IBlank<ParentT> Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die erste Phase einer Mongosammlungsdefinition.
public interface IBlank<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.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 IBlank<'ParentT> = interface
interface IWithAttach<'ParentT>
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 IBlank(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithIndex(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithShardKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT)
Typparameter
- ParentT
Die Phase der übergeordneten Definition, zu der nach dem Anfügen dieser Definition zurückzukehren ist.
- Abgeleitet
- Implementiert
-
IWithOptions<IWithAttach<ParentT>> IWithThroughput<IWithAttach<Parent>> IWithThroughput<IWithAttach<ParentT>> IWithAttach<ParentT> IWithIndex<ParentT> IWithOptions<ParentT> IWithShardKey<ParentT> IWithThroughput<ParentT> IInDefinition<ParentT>
Methoden
Attach() |
Die erste Phase einer Mongosammlungsdefinition. (Geerbt von IInDefinition<ParentT>) |
WithIndex(MongoIndex) |
Gibt einen Mongoindex an. (Geerbt von IWithIndex<ParentT>) |
WithIndex(MongoIndexKeys, MongoIndexOptions) |
Gibt einen Mongoindex an. (Geerbt von IWithIndex<ParentT>) |
WithIndexes(IList<MongoIndex>) |
Fügt alle Mongoindizes an aktuelle Indizes an. (Geerbt von IWithIndex<ParentT>) |
WithOption(String, String) |
Gibt eine Option an. (Geerbt von IWithOptions<ReturnT>) |
WithOptionsAppend(IDictionary<String,String>) |
Fügt alle Optionen an aktuelle Optionen an. (Geerbt von IWithOptions<ReturnT>) |
WithShardKey(String) |
Gibt einen Shardschlüssel mit der Standardpartitionsart "Hash" an. (Geerbt von IWithShardKey<ParentT>) |
WithShardKey(String, String) |
Gibt einen Shardschlüssel an. (Geerbt von IWithShardKey<ParentT>) |
WithShardKeys(IDictionary<String,String>) |
Fügt alle Shardschlüssel an aktuelle Shardschlüssel an. (Geerbt von IWithShardKey<ParentT>) |
WithThroughput(Int32) |
Gibt den Durchsatzwert an. (Geerbt von IWithThroughput<ReturnT>) |
Gilt für:
Azure SDK for .NET