GremlinGraphGetPropertiesResource interface

Cosmos DB Gremlin graph resource object

Extends

Inherited Properties

analyticalStorageTtl

Analytical TTL.

conflictResolutionPolicy

The conflict resolution policy for the graph.

createMode

Enum to indicate the mode of resource creation.

defaultTtl

Default time to live

etag

A system generated property representing the resource etag required for optimistic concurrency control. NOTE: This property will not be serialized. It can only be populated by the server.

id

Name of the Cosmos DB Gremlin graph

indexingPolicy

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

partitionKey

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

restoreParameters

Parameters to indicate the information about the restore

rid

A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server.

ts

A system generated property that denotes the last updated timestamp of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

uniqueKeyPolicy

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

Inherited Property Details

analyticalStorageTtl

Analytical TTL.

analyticalStorageTtl?: number

Property Value

number

Inherited From GremlinGraphResource.analyticalStorageTtl

conflictResolutionPolicy

The conflict resolution policy for the graph.

conflictResolutionPolicy?: ConflictResolutionPolicy

Property Value

Inherited From GremlinGraphResource.conflictResolutionPolicy

createMode

Enum to indicate the mode of resource creation.

createMode?: string

Property Value

string

Inherited From GremlinGraphResource.createMode

defaultTtl

Default time to live

defaultTtl?: number

Property Value

number

Inherited From GremlinGraphResource.defaultTtl

etag

A system generated property representing the resource etag required for optimistic concurrency control. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

Inherited From ExtendedResourceProperties.etag

id

Name of the Cosmos DB Gremlin graph

id: string

Property Value

string

Inherited From GremlinGraphResource.id

indexingPolicy

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

indexingPolicy?: IndexingPolicy

Property Value

Inherited From GremlinGraphResource.indexingPolicy

partitionKey

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

partitionKey?: ContainerPartitionKey

Property Value

Inherited From GremlinGraphResource.partitionKey

restoreParameters

Parameters to indicate the information about the restore

restoreParameters?: ResourceRestoreParameters

Property Value

Inherited From GremlinGraphResource.restoreParameters

rid

A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server.

rid?: string

Property Value

string

Inherited From ExtendedResourceProperties.rid

ts

A system generated property that denotes the last updated timestamp of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

ts?: number

Property Value

number

Inherited From ExtendedResourceProperties.ts

uniqueKeyPolicy

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

uniqueKeyPolicy?: UniqueKeyPolicy

Property Value

Inherited From GremlinGraphResource.uniqueKeyPolicy