Compartilhar via


IWithPartitionKey<ParentT> Interface

Definição

O estágio de uma definição de contêiner do SQL 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 de contêiner.

WithPartitionKey(PartitionKind, Nullable<Int32>)

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

WithPartitionKeyPath(String[])

Especifica os caminhos da chave de partição de contêiner.

Aplica-se a