Class GremlinGraphState
Inherited Members
Namespace: Pulumi.Azure.CosmosDB
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GremlinGraphState : ResourceArgs
Constructors
View SourceGremlinGraphState()
Declaration
public GremlinGraphState()
Properties
View SourceAccountName
The name of the CosmosDB Account to create the Gremlin Graph within. Changing this forces a new resource to be created.
Declaration
public Input<string> AccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConflictResolutionPolicies
The conflict resolution policy for the graph. One or more conflict_resolution_policy blocks as defined below. Changing this forces a new resource to be created.
Declaration
public InputList<GremlinGraphConflictResolutionPolicyGetArgs> ConflictResolutionPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GremlinGraphConflictResolutionPolicyGetArgs> |
DatabaseName
The name of the Cosmos DB Graph Database in which the Cosmos DB Gremlin Graph is created. Changing this forces a new resource to be created.
Declaration
public Input<string> DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IndexPolicies
The configuration of the indexing policy. One or more index_policy blocks as defined below. Changing this forces a new resource to be created.
Declaration
public InputList<GremlinGraphIndexPolicyGetArgs> IndexPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GremlinGraphIndexPolicyGetArgs> |
Name
Specifies the name of the Cosmos DB Gremlin Graph. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PartitionKeyPath
Define a partition key. Changing this forces a new resource to be created.
Declaration
public Input<string> PartitionKeyPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the Cosmos DB Gremlin Graph is created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Throughput
The throughput of the Gremlin database (RU/s). Must be set in increments of 100. The minimum value is 400. This must be set upon database creation otherwise it cannot be updated without a manual resource destroy-apply.
Declaration
public Input<int> Throughput { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
UniqueKeys
One or more unique_key blocks as defined below. Changing this forces a new resource to be created.
Declaration
public InputList<GremlinGraphUniqueKeyGetArgs> UniqueKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GremlinGraphUniqueKeyGetArgs> |