IDefinition<ParentT> Interface

Definition

The entirety of a Gremlin Graph definition as a part of parent definition.

public interface IDefinition<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IBlank<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithConflictResolutionPolicy<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithDefaultTtl<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithIndexingPolicy<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithPartitionKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithUniqueKeyPolicy<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithOptions<'ParentT>
    interface IWithOptions<IWithAttach<'ParentT>>
    interface IWithThroughput<'ParentT>
    interface IWithThroughput<IWithAttach<'ParentT>>
    interface IWithIndexingPolicy<'ParentT>
    interface IWithPartitionKey<'ParentT>
    interface IWithDefaultTtl<'ParentT>
    interface IWithUniqueKeyPolicy<'ParentT>
    interface IWithConflictResolutionPolicy<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithConflictResolutionPolicy(Of ParentT), IWithDefaultTtl(Of ParentT), IWithIndexingPolicy(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithPartitionKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT), IWithUniqueKeyPolicy(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
DefineIndexingPolicy()

Starts the definition of the indexing policy.

(Inherited from IWithIndexingPolicy<ParentT>)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

Specifies the conflict resolution policy.

(Inherited from IWithConflictResolutionPolicy<ParentT>)
WithDefaultTtl(Int32)

Specifies the default time to live.

(Inherited from IWithDefaultTtl<ParentT>)
WithIndexingPolicy(IndexingPolicy)

Specifies the indexing policy.

(Inherited from IWithIndexingPolicy<ParentT>)
WithOption(String, String)

Specifies an option.

(Inherited from IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Appends all options to current options.

(Inherited from IWithOptions<ReturnT>)
WithPartitionKey(ContainerPartitionKey)

Specifies the container partition key.

(Inherited from IWithPartitionKey<ParentT>)
WithPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

Specifies the container partition key.

(Inherited from IWithPartitionKey<ParentT>)
WithThroughput(Int32)

Specifies the throughput value.

(Inherited from IWithThroughput<ReturnT>)
WithUniqueKey(UniqueKey)

Specifies a unique key appended to original list.

(Inherited from IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeyPolicy(UniqueKeyPolicy)

Specifies the unique key policy.

(Inherited from IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeys(IList<UniqueKey>)

Specifies the list of unique key.

(Inherited from IWithUniqueKeyPolicy<ParentT>)

Applies to