你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IndexingDirective Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.documentdb.IndexingDirective

public enum IndexingDirective
extends java.lang.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

java.lang.Enum.<T>valueOf java.lang.Enum.clone java.lang.Enum.compareTo java.lang.Enum.describeConstable java.lang.Enum.equals java.lang.Enum.finalize java.lang.Enum.getDeclaringClass java.lang.Enum.hashCode java.lang.Enum.name java.lang.Enum.ordinal java.lang.Enum.toString

Methods inherited from java.lang.Object

java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Methods

valueOf(String name)

public static IndexingDirective valueOf(String name)

Parameters

name
java.lang.String

Returns

values()

public static IndexingDirective[] values()

Returns

Applies to