Freigeben über


IWithAttach<ParentT> Schnittstelle

Definition

Die letzte Phase der Gremlin Graph-Definition.

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

Typparameter

ParentT

Die Phase der übergeordneten Definition, zu der nach dem Anfügen dieser Definition zurückzukehren ist.

Abgeleitet
Implementiert

Methoden

Attach()

Die letzte Phase der Gremlin Graph-Definition.

(Geerbt von IInDefinition<ParentT>)
DefineIndexingPolicy()

Startet die Definition der Indizierungsrichtlinie.

(Geerbt von IWithIndexingPolicy<ParentT>)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

Gibt die Konfliktlösungsrichtlinie an.

(Geerbt von IWithConflictResolutionPolicy<ParentT>)
WithDefaultTtl(Int32)

Gibt die Standardlaufzeit an.

(Geerbt von IWithDefaultTtl<ParentT>)
WithIndexingPolicy(IndexingPolicy)

Gibt die Indizierungsrichtlinie an.

(Geerbt von IWithIndexingPolicy<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>)
WithPartitionKey(ContainerPartitionKey)

Gibt den Containerpartitionsschlüssel an.

(Geerbt von IWithPartitionKey<ParentT>)
WithPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

Gibt den Containerpartitionsschlüssel an.

(Geerbt von IWithPartitionKey<ParentT>)
WithThroughput(Int32)

Gibt den Durchsatzwert an.

(Geerbt von IWithThroughput<ReturnT>)
WithUniqueKey(UniqueKey)

Gibt einen eindeutigen Schlüssel an, der an die ursprüngliche Liste angefügt wird.

(Geerbt von IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeyPolicy(UniqueKeyPolicy)

Gibt die Richtlinie für eindeutige Schlüssel an.

(Geerbt von IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeys(IList<UniqueKey>)

Gibt die Liste des eindeutigen Schlüssels an.

(Geerbt von IWithUniqueKeyPolicy<ParentT>)

Gilt für: