Compartir a través de


IndexingDirective Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.cosmos.models.IndexingDirective

public enum IndexingDirective
extends Enum<IndexingDirective>

Specifies whether or not the resource is to be indexed in the Azure Cosmos DB database service.

Fields

DEFAULT

Use any pre-defined/pre-configured defaults.

EXCLUDE

Do not index the resource.

INCLUDE

Index the resource.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static IndexingDirective valueOf(String name)

Parameters

name
String

Returns

values()

public static IndexingDirective[] values()

Returns

Applies to