Partager via


IGremlinGraph Interface

Définition

Un graphe Gremlin.

public interface IGremlinGraph : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph,Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph>
type IGremlinGraph = interface
    interface IBeta
    interface IHasInner<GremlinGraphGetResultsInner>
    interface IExternalChildResource<IGremlinGraph, IGremlinDatabase>
    interface IChildResource<IGremlinDatabase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IGremlinDatabase>
    interface IRefreshable<IGremlinGraph>
Public Interface IGremlinGraph
Implements IBeta, IChildResource(Of IGremlinDatabase), IExternalChildResource(Of IGremlinGraph, IGremlinDatabase), IHasInner(Of GremlinGraphGetResultsInner), IHasParent(Of IGremlinDatabase), IRefreshable(Of IGremlinGraph)
Implémente

Propriétés

_etag

Obtient une propriété générée par le système qui représente l’etag de ressource requise pour le contrôle d’accès concurrentiel optimiste.

_rid

Obtient une propriété générée par le système. Un identificateur unique.

_ts

Obtient une propriété générée par le système qui indique le dernier horodatage mis à jour de la ressource.

ConflictResolutionPolicy

Obtient la stratégie de résolution des conflits pour le conteneur.

DefaultTtl

Obtient la durée de vie par défaut.

GremlinGraphId

Obtient le nom du graphe Gremlin Cosmos DB.

Id

Un graphe Gremlin.

(Hérité de IExternalChildResource<FluentModelT,IParentT>)
IndexingPolicy

Obtient la configuration de la stratégie d’indexation. Par défaut, l’indexation est automatique pour tous les chemins de document dans le conteneur.

Inner

Un graphe Gremlin.

(Hérité de IHasInner<T>)
Key

Un graphe Gremlin.

(Hérité de IIndexable)
Name

Obtient le nom de la ressource

(Hérité de IHasName)
Parent

Obtient le parent de cette ressource enfant.

(Hérité de IHasParent<ParentT>)
PartitionKey

Obtient la configuration de la clé de partition à utiliser pour partitionner des données en plusieurs partitions.

UniqueKeyPolicy

Obtient la configuration de la stratégie de clé unique pour spécifier des contraintes d’unicité sur les documents de la collection dans le service Azure Cosmos DB.

Méthodes

GetThroughputSettings()

Un graphe Gremlin.

GetThroughputSettingsAsync(CancellationToken)

Un graphe Gremlin.

Refresh()

Actualise la ressource pour la synchroniser avec Azure.

(Hérité de IRefreshable<T>)
RefreshAsync(CancellationToken)

Actualise la ressource pour la synchroniser avec Azure.

(Hérité de IRefreshable<T>)

S’applique à