ExtendedGremlinGraphResourceInfo Class

Definition

The ExtendedGremlinGraphResourceInfo.

public class ExtendedGremlinGraphResourceInfo : Azure.ResourceManager.CosmosDB.Models.GremlinGraphResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinGraphResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinGraphResourceInfo>
type ExtendedGremlinGraphResourceInfo = class
    inherit GremlinGraphResourceInfo
    interface IJsonModel<ExtendedGremlinGraphResourceInfo>
    interface IPersistableModel<ExtendedGremlinGraphResourceInfo>
Public Class ExtendedGremlinGraphResourceInfo
Inherits GremlinGraphResourceInfo
Implements IJsonModel(Of ExtendedGremlinGraphResourceInfo), IPersistableModel(Of ExtendedGremlinGraphResourceInfo)
Inheritance
ExtendedGremlinGraphResourceInfo
Implements

Constructors

ExtendedGremlinGraphResourceInfo(String)

Initializes a new instance of ExtendedGremlinGraphResourceInfo.

Properties

AnalyticalStorageTtl

Analytical TTL.

(Inherited from GremlinGraphResourceInfo)
ConflictResolutionPolicy

The conflict resolution policy for the graph.

(Inherited from GremlinGraphResourceInfo)
CreateMode

Enum to indicate the mode of resource creation.

(Inherited from GremlinGraphResourceInfo)
DefaultTtl

Default time to live.

(Inherited from GremlinGraphResourceInfo)
ETag

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

GraphName

Name of the Cosmos DB Gremlin graph.

(Inherited from GremlinGraphResourceInfo)
IndexingPolicy

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

(Inherited from GremlinGraphResourceInfo)
PartitionKey

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

(Inherited from GremlinGraphResourceInfo)
RestoreParameters

Parameters to indicate the information about the restore.

(Inherited from GremlinGraphResourceInfo)
Rid

A system generated property. A unique identifier.

Timestamp

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

UniqueKeys

List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.

(Inherited from GremlinGraphResourceInfo)

Explicit Interface Implementations

IJsonModel<ExtendedGremlinGraphResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExtendedGremlinGraphResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<GremlinGraphResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from GremlinGraphResourceInfo)
IJsonModel<GremlinGraphResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from GremlinGraphResourceInfo)
IPersistableModel<ExtendedGremlinGraphResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedGremlinGraphResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExtendedGremlinGraphResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<GremlinGraphResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from GremlinGraphResourceInfo)
IPersistableModel<GremlinGraphResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from GremlinGraphResourceInfo)
IPersistableModel<GremlinGraphResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from GremlinGraphResourceInfo)

Applies to