Partilhar via


IWithAttach<ParentT> Interface

Definição

O estágio final da definição da coleção mongo.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithIndex<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithShardKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithOptions<'ParentT>
    interface IWithOptions<IWithAttach<'ParentT>>
    interface IWithThroughput<'ParentT>
    interface IWithThroughput<IWithAttach<'ParentT>>
    interface IWithShardKey<'ParentT>
    interface IWithIndex<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithIndex(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithShardKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(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 estágio final da definição da coleção mongo.

(Herdado de IInDefinition<ParentT>)
WithIndex(MongoIndex)

Especifica um índice mongo.

(Herdado de IWithIndex<ParentT>)
WithIndex(MongoIndexKeys, MongoIndexOptions)

Especifica um índice mongo.

(Herdado de IWithIndex<ParentT>)
WithIndexes(IList<MongoIndex>)

Acrescenta todos os índices mongo aos índices atuais.

(Herdado de IWithIndex<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>)
WithShardKey(String)

Especifica uma chave de fragmento com o tipo de partição padrão "Hash".

(Herdado de IWithShardKey<ParentT>)
WithShardKey(String, String)

Especifica uma chave de fragmento.

(Herdado de IWithShardKey<ParentT>)
WithShardKeys(IDictionary<String,String>)

Acrescenta todas as chaves de fragmento às chaves de fragmento atuais.

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

Especifica o valor da taxa de transferência.

(Herdado de IWithThroughput<ReturnT>)

Aplica-se a