Interface IGremlinGraph
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
A Gremlin Graph.
public interface IGremlinGraph : IBeta, IHasInner<GremlinGraphGetResultsInner>, IExternalChildResource<IGremlinGraph, IGremlinDatabase>, IChildResource<IGremlinDatabase>, IHasName, IIndexable, IHasParent<IGremlinDatabase>, IRefreshable<IGremlinGraph>
Properties
ConflictResolutionPolicy
Gets the conflict resolution policy for the container.
ConflictResolutionPolicy ConflictResolutionPolicy { get; }
Property Value
DefaultTtl
Gets default time to live.
int? DefaultTtl { get; }
Property Value
- int?
GremlinGraphId
Gets name of the Cosmos DB Gremlin Graph.
string GremlinGraphId { get; }
Property Value
IndexingPolicy
Gets the configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container.
IndexingPolicy IndexingPolicy { get; }
Property Value
PartitionKey
Gets the configuration of the partition key to be used for partitioning data into multiple partitions.
ContainerPartitionKey PartitionKey { get; }
Property Value
UniqueKeyPolicy
Gets the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
UniqueKeyPolicy UniqueKeyPolicy { get; }
Property Value
_etag
Gets a system generated property representing the resource etag required for optimistic concurrency control.
string _etag { get; }
Property Value
_rid
Gets a system generated property. A unique identifier.
string _rid { get; }
Property Value
_ts
Gets a system generated property that denotes the last updated timestamp of the resource.
object _ts { get; }
Property Value
Methods
GetThroughputSettings()
ThroughputSettingsGetPropertiesResource GetThroughputSettings()
Returns
- ThroughputSettingsGetPropertiesResource
The throughput settings of the Gremlin Graph.
GetThroughputSettingsAsync(CancellationToken)
Task<ThroughputSettingsGetPropertiesResource> GetThroughputSettingsAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationToken
Returns
- Task<ThroughputSettingsGetPropertiesResource>
The throughput settings of the Gremlin Graph.