![]() | MutationState Class |
Namespace: Couchbase.Query
public sealed class MutationState : IEnumerable<MutationToken>, IEnumerable
The MutationState type exposes the following members.
Name | Description | |
---|---|---|
![]() | MutationState | Initializes a new instance of the MutationState class |
Name | Description | |
---|---|---|
![]() | Add(IMutationResult) |
Adds a MutationToken to the MutationState from a list of IMutationResult assuming enhanced durability is enabled.
|
![]() | Add(MutationState) |
Adds the MutationToken's from another MutationState.
|
![]() ![]() | From(IMutationResult) |
Creates a MutationToken from a list of IMutationResult's assuming enhanced durability is enabled.
|
![]() ![]() | From(MutationState) |
Creates aMutationState from another MutationState assuming enhanced durability is enabled.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection of MutationToken's.
|