GremlinGraphGetPropertiesResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GremlinGraphGetPropertiesResource() |
Initializes a new instance of the GremlinGraphGetPropertiesResource class. |
GremlinGraphGetPropertiesResource(String, IndexingPolicy, ContainerPartitionKey, Nullable<Int32>, UniqueKeyPolicy, ConflictResolutionPolicy, String, Object, String) |
Initializes a new instance of the GremlinGraphGetPropertiesResource class. |
GremlinGraphGetPropertiesResource()
Initializes a new instance of the GremlinGraphGetPropertiesResource class.
public GremlinGraphGetPropertiesResource ();
Public Sub New ()
Applies to
GremlinGraphGetPropertiesResource(String, IndexingPolicy, ContainerPartitionKey, Nullable<Int32>, UniqueKeyPolicy, ConflictResolutionPolicy, String, Object, String)
Initializes a new instance of the GremlinGraphGetPropertiesResource class.
public GremlinGraphGetPropertiesResource (string id, Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy indexingPolicy = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ContainerPartitionKey partitionKey = default, int? defaultTtl = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKeyPolicy uniqueKeyPolicy = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConflictResolutionPolicy conflictResolutionPolicy = default, string _rid = default, object _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphGetPropertiesResource : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ContainerPartitionKey * Nullable<int> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKeyPolicy * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConflictResolutionPolicy * string * obj * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphGetPropertiesResource
Public Sub New (id As String, Optional indexingPolicy As IndexingPolicy = Nothing, Optional partitionKey As ContainerPartitionKey = Nothing, Optional defaultTtl As Nullable(Of Integer) = Nothing, Optional uniqueKeyPolicy As UniqueKeyPolicy = Nothing, Optional conflictResolutionPolicy As ConflictResolutionPolicy = Nothing, Optional _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing)
Parameters
- id
- String
Name of the Cosmos DB Gremlin graph
- indexingPolicy
- IndexingPolicy
The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the graph
- partitionKey
- ContainerPartitionKey
The configuration of the partition key to be used for partitioning data into multiple partitions
- uniqueKeyPolicy
- UniqueKeyPolicy
The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
- conflictResolutionPolicy
- ConflictResolutionPolicy
The conflict resolution policy for the graph.
- _rid
- String
A system generated property. A unique identifier.
- _ts
- Object
A system generated property that denotes the last updated timestamp of the resource.
- _etag
- String
A system generated property representing the resource etag required for optimistic concurrency control.