IBranchOrigin Interface
Branch origin information.
This API is provided for existing users, but is not recommended for new users.
To use, import via fluid-framework/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IBranchOrigin
Properties
Property | Alerts | Type | Description |
---|---|---|---|
id | Alpha |
string | Origin branch of the message. |
minimumSequenceNumber | Alpha |
number | Minimum sequence number for the message in branch ID. |
sequenceNumber | Alpha |
number | Sequence number for the message in branch ID. |
Property Details
id
Origin branch of the message.
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
id: string;
Type: string
minimumSequenceNumber
Minimum sequence number for the message in branch ID.
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
minimumSequenceNumber: number;
Type: number
sequenceNumber
Sequence number for the message in branch ID.
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
sequenceNumber: number;
Type: number