Compartilhar via


IWithPartitionKey<ParentT> Interface

Definição

O estágio de uma definição do Gremlin Graph que permite definir a chave de partição.

public interface IWithPartitionKey<ParentT>
type IWithPartitionKey<'ParentT> = interface
Public Interface IWithPartitionKey(Of ParentT)

Parâmetros de tipo

ParentT

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

Derivado

Métodos

WithPartitionKey(ContainerPartitionKey)

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

WithPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

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

Aplica-se a