Show / Hide Table of Contents

Class GremlinGraphIndexPolicy

Inheritance
System.Object
GremlinGraphIndexPolicy
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GremlinGraphIndexPolicy

Fields

View Source

Automatic

Indicates if the indexing policy is automatic. Defaults to true.

Declaration
public readonly bool? Automatic
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ExcludedPaths

List of paths to exclude from indexing. Required if indexing_mode is Consistent or Lazy.

Declaration
public readonly ImmutableArray<string> ExcludedPaths
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

IncludedPaths

List of paths to include in the indexing. Required if indexing_mode is Consistent or Lazy.

Declaration
public readonly ImmutableArray<string> IncludedPaths
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

IndexingMode

Indicates the indexing mode. Possible values include: Consistent, Lazy, None.

Declaration
public readonly string IndexingMode
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.