SnapshotFormatSupportType Enum
Enum to support different types of snapshot formats. \
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/odsp-driver/legacy.
For more information about our API support guarantees, see here.
Signature
export declare enum SnapshotFormatSupportType
Flags
| Flag | Alerts | Description |
|---|---|---|
| Binary | Beta |
|
| Json | Beta |
|
| JsonAndBinary | Beta |
Binary
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
Binary = 1
Json
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
Json = 0
JsonAndBinary
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
JsonAndBinary = 2