azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

138 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cosmos.models.DataType"
fullName: "com.azure.resourcemanager.cosmos.models.DataType"
name: "DataType"
nameWithType: "DataType"
summary: "The datatype for which the indexing behavior is applied to."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
- "com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
- "com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)"
- "com.azure.core.util.ExpandableStringEnum.hashCode()"
- "com.azure.core.util.ExpandableStringEnum.toString()"
- "java.lang.Object.clone()"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class DataType extends ExpandableStringEnum<DataType>"
constructors:
- uid: "com.azure.resourcemanager.cosmos.models.DataType.DataType()"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.DataType()"
name: "DataType()"
nameWithType: "DataType.DataType()"
syntax: "public DataType()"
fields:
- uid: "com.azure.resourcemanager.cosmos.models.DataType.LINE_STRING"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.LINE_STRING"
name: "LINE_STRING"
nameWithType: "DataType.LINE_STRING"
summary: "Static value Line<wbr>String for Data<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DataType?alt=com.azure.resourcemanager.cosmos.models.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final DataType LINE_STRING"
desc: "Static value LineString for DataType."
- uid: "com.azure.resourcemanager.cosmos.models.DataType.MULTI_POLYGON"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.MULTI_POLYGON"
name: "MULTI_POLYGON"
nameWithType: "DataType.MULTI_POLYGON"
summary: "Static value Multi<wbr>Polygon for Data<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DataType?alt=com.azure.resourcemanager.cosmos.models.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final DataType MULTI_POLYGON"
desc: "Static value MultiPolygon for DataType."
- uid: "com.azure.resourcemanager.cosmos.models.DataType.NUMBER"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.NUMBER"
name: "NUMBER"
nameWithType: "DataType.NUMBER"
summary: "Static value Number for Data<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DataType?alt=com.azure.resourcemanager.cosmos.models.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final DataType NUMBER"
desc: "Static value Number for DataType."
- uid: "com.azure.resourcemanager.cosmos.models.DataType.POINT"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.POINT"
name: "POINT"
nameWithType: "DataType.POINT"
summary: "Static value Point for Data<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DataType?alt=com.azure.resourcemanager.cosmos.models.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final DataType POINT"
desc: "Static value Point for DataType."
- uid: "com.azure.resourcemanager.cosmos.models.DataType.POLYGON"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.POLYGON"
name: "POLYGON"
nameWithType: "DataType.POLYGON"
summary: "Static value Polygon for Data<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DataType?alt=com.azure.resourcemanager.cosmos.models.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final DataType POLYGON"
desc: "Static value Polygon for DataType."
- uid: "com.azure.resourcemanager.cosmos.models.DataType.STRING"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.STRING"
name: "STRING"
nameWithType: "DataType.STRING"
summary: "Static value String for Data<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DataType?alt=com.azure.resourcemanager.cosmos.models.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final DataType STRING"
desc: "Static value String for DataType."
methods:
- uid: "com.azure.resourcemanager.cosmos.models.DataType.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.fromString(String name)"
name: "fromString(String name)"
nameWithType: "DataType.fromString(String name)"
summary: "Creates or finds a Data<wbr>Type from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static DataType fromString(String name)"
desc: "Creates or finds a DataType from its string representation."
returns:
description: "the corresponding DataType."
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.DataType?alt=com.azure.resourcemanager.cosmos.models.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.DataType.values()"
fullName: "com.azure.resourcemanager.cosmos.models.DataType.values()"
name: "values()"
nameWithType: "DataType.values()"
summary: "Gets known Data<wbr>Type values."
modifiers:
- "static"
syntax: "public static Collection<DataType> values()"
desc: "Gets known DataType values."
returns:
description: "known DataType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.DataType?alt=com.azure.resourcemanager.cosmos.models.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The datatype for which the indexing behavior is applied to."
metadata: {}
package: "com.azure.resourcemanager.cosmos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.18.0