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.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