ICreateInfo Interface
Create info for the subdirectory.
This API is deprecated and will be removed in a future release.
- This interface will no longer be exported in the future(AB#8004).
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/map/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface ICreateInfo
Properties
Property | Alerts | Type | Description |
---|---|---|---|
ccIds | Alpha |
string[] | clientids of the clients which created this sub directory. |
csn | Alpha |
number | Sequence number at which this subdirectory was created. |
Property Details
ccIds
clientids of the clients which created this sub directory.
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
ccIds: string[];
Type: string[]
csn
Sequence number at which this subdirectory was created.
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
csn: number;
Type: number