236 строки
10 KiB
YAML
236 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.spring.data.cosmos.Constants"
|
|
fullName: "com.azure.spring.data.cosmos.Constants"
|
|
name: "Constants"
|
|
nameWithType: "Constants"
|
|
summary: "Constants class of CosmosDB properties"
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **Constants**"
|
|
fields:
|
|
- uid: "com.azure.spring.data.cosmos.Constants.AUDITING_HANDLER_BEAN_NAME"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.AUDITING_HANDLER_BEAN_NAME"
|
|
name: "AUDITING_HANDLER_BEAN_NAME"
|
|
nameWithType: "Constants.AUDITING_HANDLER_BEAN_NAME"
|
|
summary: "Auditing handler bean name."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "cosmosAuditingHandler"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String AUDITING_HANDLER_BEAN_NAME"
|
|
desc: "Auditing handler bean name."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.COSMOS_MODULE_NAME"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.COSMOS_MODULE_NAME"
|
|
name: "COSMOS_MODULE_NAME"
|
|
nameWithType: "Constants.COSMOS_MODULE_NAME"
|
|
summary: "Cosmos module name."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "cosmos"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String COSMOS_MODULE_NAME"
|
|
desc: "Cosmos module name."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.COSMOS_MODULE_PREFIX"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.COSMOS_MODULE_PREFIX"
|
|
name: "COSMOS_MODULE_PREFIX"
|
|
nameWithType: "Constants.COSMOS_MODULE_PREFIX"
|
|
summary: "Cosmos module prefix."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "cosmos"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String COSMOS_MODULE_PREFIX"
|
|
desc: "Cosmos module prefix."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.DEFAULT_AUTO_CREATE_CONTAINER"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.DEFAULT_AUTO_CREATE_CONTAINER"
|
|
name: "DEFAULT_AUTO_CREATE_CONTAINER"
|
|
nameWithType: "Constants.DEFAULT_AUTO_CREATE_CONTAINER"
|
|
summary: "Default auto create container."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "true"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final boolean DEFAULT_AUTO_CREATE_CONTAINER"
|
|
desc: "Default auto create container."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.DEFAULT_AUTO_SCALE"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.DEFAULT_AUTO_SCALE"
|
|
name: "DEFAULT_AUTO_SCALE"
|
|
nameWithType: "Constants.DEFAULT_AUTO_SCALE"
|
|
summary: "Default auto scale."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "false"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final boolean DEFAULT_AUTO_SCALE"
|
|
desc: "Default auto scale."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.DEFAULT_CONTAINER_NAME"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.DEFAULT_CONTAINER_NAME"
|
|
name: "DEFAULT_CONTAINER_NAME"
|
|
nameWithType: "Constants.DEFAULT_CONTAINER_NAME"
|
|
summary: "Default container name."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String DEFAULT_CONTAINER_NAME"
|
|
desc: "Default container name."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.DEFAULT_INDEXING_POLICY_AUTOMATIC"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.DEFAULT_INDEXING_POLICY_AUTOMATIC"
|
|
name: "DEFAULT_INDEXING_POLICY_AUTOMATIC"
|
|
nameWithType: "Constants.DEFAULT_INDEXING_POLICY_AUTOMATIC"
|
|
summary: "Default indexing policy automatic."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "true"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final boolean DEFAULT_INDEXING_POLICY_AUTOMATIC"
|
|
desc: "Default indexing policy automatic."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.DEFAULT_INDEXING_POLICY_MODE"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.DEFAULT_INDEXING_POLICY_MODE"
|
|
name: "DEFAULT_INDEXING_POLICY_MODE"
|
|
nameWithType: "Constants.DEFAULT_INDEXING_POLICY_MODE"
|
|
summary: "Default indexing policy mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingMode?alt=com.azure.cosmos.models.IndexingMode&text=IndexingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final IndexingMode DEFAULT_INDEXING_POLICY_MODE"
|
|
desc: "Default indexing policy mode."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.DEFAULT_INDEXING_POLICY_OVERWRITE_POLICY"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.DEFAULT_INDEXING_POLICY_OVERWRITE_POLICY"
|
|
name: "DEFAULT_INDEXING_POLICY_OVERWRITE_POLICY"
|
|
nameWithType: "Constants.DEFAULT_INDEXING_POLICY_OVERWRITE_POLICY"
|
|
summary: "Default indexing policy automatic."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "false"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final boolean DEFAULT_INDEXING_POLICY_OVERWRITE_POLICY"
|
|
desc: "Default indexing policy automatic."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.DEFAULT_REPOSITORY_IMPLEMENT_POSTFIX"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.DEFAULT_REPOSITORY_IMPLEMENT_POSTFIX"
|
|
name: "DEFAULT_REPOSITORY_IMPLEMENT_POSTFIX"
|
|
nameWithType: "Constants.DEFAULT_REPOSITORY_IMPLEMENT_POSTFIX"
|
|
summary: "Default repository implement postfix."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "Impl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String DEFAULT_REPOSITORY_IMPLEMENT_POSTFIX"
|
|
desc: "Default repository implement postfix."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.DEFAULT_TIME_TO_LIVE"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.DEFAULT_TIME_TO_LIVE"
|
|
name: "DEFAULT_TIME_TO_LIVE"
|
|
nameWithType: "Constants.DEFAULT_TIME_TO_LIVE"
|
|
summary: "Default time to live."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "-1"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final int DEFAULT_TIME_TO_LIVE"
|
|
desc: "Default time to live."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.ETAG_PROPERTY_DEFAULT_NAME"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.ETAG_PROPERTY_DEFAULT_NAME"
|
|
name: "ETAG_PROPERTY_DEFAULT_NAME"
|
|
nameWithType: "Constants.ETAG_PROPERTY_DEFAULT_NAME"
|
|
summary: "ETag property default name."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "_etag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String ETAG_PROPERTY_DEFAULT_NAME"
|
|
desc: "ETag property default name."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.ID_PROPERTY_NAME"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.ID_PROPERTY_NAME"
|
|
name: "ID_PROPERTY_NAME"
|
|
nameWithType: "Constants.ID_PROPERTY_NAME"
|
|
summary: "ID property name."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String ID_PROPERTY_NAME"
|
|
desc: "ID property name."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.ISO_8601_COMPATIBLE_DATE_PATTERN"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.ISO_8601_COMPATIBLE_DATE_PATTERN"
|
|
name: "ISO_8601_COMPATIBLE_DATE_PATTERN"
|
|
nameWithType: "Constants.ISO_8601_COMPATIBLE_DATE_PATTERN"
|
|
summary: "ISO-8601 compatible date pattern."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "yyyy-MM-dd'T'HH:mm:ss:SSSXXX"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String ISO_8601_COMPATIBLE_DATE_PATTERN"
|
|
desc: "ISO-8601 compatible date pattern."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.OBJECT_MAPPER_BEAN_NAME"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.OBJECT_MAPPER_BEAN_NAME"
|
|
name: "OBJECT_MAPPER_BEAN_NAME"
|
|
nameWithType: "Constants.OBJECT_MAPPER_BEAN_NAME"
|
|
summary: "Object mapper bean name."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "cosmosObjectMapper"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String OBJECT_MAPPER_BEAN_NAME"
|
|
desc: "Object mapper bean name."
|
|
- uid: "com.azure.spring.data.cosmos.Constants.USER_AGENT_SUFFIX"
|
|
fullName: "com.azure.spring.data.cosmos.Constants.USER_AGENT_SUFFIX"
|
|
name: "USER_AGENT_SUFFIX"
|
|
nameWithType: "Constants.USER_AGENT_SUFFIX"
|
|
summary: "User agent suffix."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "az-sd-cos/"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String USER_AGENT_SUFFIX"
|
|
desc: "User agent suffix."
|
|
type: "class"
|
|
desc: "Constants class of CosmosDB properties"
|
|
metadata: {}
|
|
package: "com.azure.spring.data.cosmos"
|
|
artifact: com.azure:azure-spring-data-cosmos:5.16.0
|