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

TriggerType Enum

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

public enum TriggerType
extends java.lang.Enum<TriggerType>

The trigger type in the Azure Cosmos DB database service.

Fields

Post

Trigger should be executed after the associated operation(s).

Pre

Trigger should be executed before the associated operation(s).

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

getValue()

public int getValue()

Gets the numerical value of the trigger type.

Returns

int
the numerical value.

valueOf(String name)

public static TriggerType valueOf(String name)

Parameters

name
java.lang.String

Returns

values()

public static TriggerType[] values()

Returns

Applies to