ReadPolicy Enum
Read policies used when reading the map value.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/register-collection/legacy
.
For more information about our API support guarantees, see here.
Signature
export declare enum ReadPolicy
Flags
Flag | Alerts | Description |
---|---|---|
Atomic | Alpha |
|
LWW | Alpha |
Atomic
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
Atomic = 0
LWW
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
LWW = 1