Show / Hide Table of Contents

Class GremlinGraphState

Inheritance
System.Object
InputArgs
ResourceArgs
GremlinGraphState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.CosmosDB
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GremlinGraphState : ResourceArgs

Constructors

View Source

GremlinGraphState()

Declaration
public GremlinGraphState()

Properties

View Source

AccountName

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.