ICreateContainerMetadata Interface
Packages > @fluidframework/container-runtime > ICreateContainerMetadata
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/container-runtime/legacy
.
For more information about our API support guarantees, see here .
Signature
export interface ICreateContainerMetadata
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
createContainerRuntimeVersion | Alpha |
optional |
string | Runtime version of the container when it was first created |
createContainerTimestamp | Alpha |
optional |
number | Timestamp of the container when it was first created |
Property Details
createContainerRuntimeVersion
Runtime version of the container when it was first created
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here .
Signature
createContainerRuntimeVersion?: string;
Type: string
createContainerTimestamp
Timestamp of the container when it was first created
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here .
Signature
createContainerTimestamp?: number;
Type: number