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 SourceAutomatic
Indicates if the indexing policy is automatic. Defaults to true.
Declaration
public readonly bool? Automatic
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
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> |
IndexingMode
Indicates the indexing mode. Possible values include: Consistent, Lazy, None.
Declaration
public readonly string IndexingMode
Field Value
| Type | Description |
|---|---|
| System.String |