Compartilhar via


IBlank<ParentT> Interface

Definição

O primeiro estágio de uma definição do Gremlin Graph.

public interface 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 IBlank<'ParentT> = interface
    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 IBlank(Of ParentT)
Implements 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)

Parâmetros de tipo

ParentT

O estágio da definição pai à qual retornar depois de anexar essa definição.

Derivado
Implementações

Métodos

Attach()

O primeiro estágio de uma definição do Gremlin Graph.

(Herdado de IInDefinition<ParentT>)
DefineIndexingPolicy()

Inicia a definição da política de indexação.

(Herdado de IWithIndexingPolicy<ParentT>)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

Especifica a política de resolução de conflitos.

(Herdado de IWithConflictResolutionPolicy<ParentT>)
WithDefaultTtl(Int32)

Especifica o tempo de vida padrão.

(Herdado de IWithDefaultTtl<ParentT>)
WithIndexingPolicy(IndexingPolicy)

Especifica a política de indexação.

(Herdado de IWithIndexingPolicy<ParentT>)
WithOption(String, String)

Especifica uma opção.

(Herdado de IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Acrescenta todas as opções às opções atuais.

(Herdado de IWithOptions<ReturnT>)
WithPartitionKey(ContainerPartitionKey)

Especifica a chave de partição de contêiner.

(Herdado de IWithPartitionKey<ParentT>)
WithPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

Especifica a chave de partição de contêiner.

(Herdado de IWithPartitionKey<ParentT>)
WithThroughput(Int32)

Especifica o valor da taxa de transferência.

(Herdado de IWithThroughput<ReturnT>)
WithUniqueKey(UniqueKey)

Especifica uma chave exclusiva acrescentada à lista original.

(Herdado de IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeyPolicy(UniqueKeyPolicy)

Especifica a política de chave exclusiva.

(Herdado de IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeys(IList<UniqueKey>)

Especifica a lista de chaves exclusivas.

(Herdado de IWithUniqueKeyPolicy<ParentT>)

Aplica-se a