IGremlinGraph Interface

Definition

A Gremlin Graph.

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)
Implements

Properties

_etag

Gets a system generated property representing the resource etag required for optimistic concurrency control.

_rid

Gets a system generated property. A unique identifier.

_ts

Gets a system generated property that denotes the last updated timestamp of the resource.

ConflictResolutionPolicy

Gets the conflict resolution policy for the container.

DefaultTtl

Gets default time to live.

GremlinGraphId

Gets name of the Cosmos DB Gremlin Graph.

Id (Inherited from IExternalChildResource<FluentModelT,IParentT>)
IndexingPolicy

Gets the configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container.

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
PartitionKey

Gets the configuration of the partition key to be used for partitioning data into multiple partitions.

UniqueKeyPolicy

Gets the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.

Methods

GetThroughputSettings()
GetThroughputSettingsAsync(CancellationToken)
Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to