Class CosmosDbConstants
- java.lang.Object
-
- org.apache.camel.component.azure.cosmosdb.CosmosDbConstants
-
public final class CosmosDbConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTOSCALE_MAX_THROUGHPUTstatic StringCONTAINER_NAMEstatic StringCONTAINER_PARTITION_KEY_PATHstatic StringCONTAINER_REQUEST_OPTIONSstatic StringCREATE_CONTAINER_IF_NOT_EXISTstatic StringCREATE_DATABASE_IF_NOT_EXISTstatic StringDATABASE_NAMEstatic StringDATABASE_REQUEST_OPTIONSstatic StringDEFAULT_TIME_TO_LIVE_SECONDSstatic StringE_TAGstatic StringITEM_IDstatic StringITEM_PARTITION_KEYstatic StringITEM_REQUEST_OPTIONSstatic StringMANUAL_THROUGHPUTstatic StringOPERATIONstatic StringQUERYstatic StringQUERY_REQUEST_OPTIONSstatic StringRESOURCE_IDstatic StringRESPONSE_HEADERSstatic StringSTATUS_CODEstatic StringTHROUGHPUT_PROPERTIESstatic StringTIMESTAMP
-
-
-
Field Detail
-
DATABASE_NAME
public static final String DATABASE_NAME
- See Also:
- Constant Field Values
-
CONTAINER_NAME
public static final String CONTAINER_NAME
- See Also:
- Constant Field Values
-
OPERATION
public static final String OPERATION
- See Also:
- Constant Field Values
-
QUERY
public static final String QUERY
- See Also:
- Constant Field Values
-
QUERY_REQUEST_OPTIONS
public static final String QUERY_REQUEST_OPTIONS
- See Also:
- Constant Field Values
-
CREATE_DATABASE_IF_NOT_EXIST
public static final String CREATE_DATABASE_IF_NOT_EXIST
- See Also:
- Constant Field Values
-
CREATE_CONTAINER_IF_NOT_EXIST
public static final String CREATE_CONTAINER_IF_NOT_EXIST
- See Also:
- Constant Field Values
-
THROUGHPUT_PROPERTIES
public static final String THROUGHPUT_PROPERTIES
- See Also:
- Constant Field Values
-
DATABASE_REQUEST_OPTIONS
public static final String DATABASE_REQUEST_OPTIONS
- See Also:
- Constant Field Values
-
CONTAINER_PARTITION_KEY_PATH
public static final String CONTAINER_PARTITION_KEY_PATH
- See Also:
- Constant Field Values
-
CONTAINER_REQUEST_OPTIONS
public static final String CONTAINER_REQUEST_OPTIONS
- See Also:
- Constant Field Values
-
ITEM_PARTITION_KEY
public static final String ITEM_PARTITION_KEY
- See Also:
- Constant Field Values
-
ITEM_REQUEST_OPTIONS
public static final String ITEM_REQUEST_OPTIONS
- See Also:
- Constant Field Values
-
ITEM_ID
public static final String ITEM_ID
- See Also:
- Constant Field Values
-
RESOURCE_ID
public static final String RESOURCE_ID
- See Also:
- Constant Field Values
-
E_TAG
public static final String E_TAG
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
RESPONSE_HEADERS
public static final String RESPONSE_HEADERS
- See Also:
- Constant Field Values
-
STATUS_CODE
public static final String STATUS_CODE
- See Also:
- Constant Field Values
-
DEFAULT_TIME_TO_LIVE_SECONDS
public static final String DEFAULT_TIME_TO_LIVE_SECONDS
- See Also:
- Constant Field Values
-
MANUAL_THROUGHPUT
public static final String MANUAL_THROUGHPUT
- See Also:
- Constant Field Values
-
AUTOSCALE_MAX_THROUGHPUT
public static final String AUTOSCALE_MAX_THROUGHPUT
- See Also:
- Constant Field Values
-
-