GremlinGraphGetPropertiesResponseResource

data class GremlinGraphGetPropertiesResponseResource(val analyticalStorageTtl: Double? = null, val conflictResolutionPolicy: ConflictResolutionPolicyResponse? = null, val createMode: String? = null, val defaultTtl: Int? = null, val etag: String, val id: String, val indexingPolicy: IndexingPolicyResponse? = null, val partitionKey: ContainerPartitionKeyResponse? = null, val restoreParameters: ResourceRestoreParametersResponse? = null, val rid: String, val ts: Double, val uniqueKeyPolicy: UniqueKeyPolicyResponse? = null)

Constructors

constructor(analyticalStorageTtl: Double? = null, conflictResolutionPolicy: ConflictResolutionPolicyResponse? = null, createMode: String? = null, defaultTtl: Int? = null, etag: String, id: String, indexingPolicy: IndexingPolicyResponse? = null, partitionKey: ContainerPartitionKeyResponse? = null, restoreParameters: ResourceRestoreParametersResponse? = null, rid: String, ts: Double, uniqueKeyPolicy: UniqueKeyPolicyResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Analytical TTL.

Link copied to clipboard

The conflict resolution policy for the graph.

Link copied to clipboard
val createMode: String? = null

Enum to indicate the mode of resource creation.

Link copied to clipboard
val defaultTtl: Int? = null

Default time to live

Link copied to clipboard

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

Link copied to clipboard
val id: String

Name of the Cosmos DB Gremlin graph

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Parameters to indicate the information about the restore

Link copied to clipboard
val rid: String

A system generated property. A unique identifier.

Link copied to clipboard
val ts: Double

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

Link copied to clipboard

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