Interface IWithConflictResolutionPolicy<ParentT>
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of a Gremlin Graph definition allowing to set conflict resolution policy.
public interface IWithConflictResolutionPolicy<ParentT>
Type Parameters
ParentT
The stage of the parent definition to return to after attaching this definition.
Methods
WithConflictResolutionPolicy(ConflictResolutionPolicy)
Specifies the conflict resolution policy.
IWithAttach<ParentT> WithConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)
Parameters
conflictResolutionPolicy
ConflictResolutionPolicyThe whole object of the conflict resolution policy.
Returns
- IWithAttach<ParentT>
The next stage of the definition.