azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

120 строки
7.3 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType"
name: "BlobQueryArrowFieldType"
nameWithType: "BlobQueryArrowFieldType"
summary: "Defines values for Blob<wbr>Query<wbr>Arrow<wbr>Field<wbr>Type."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- 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#getClass--\">getClass</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#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 enum **BlobQueryArrowFieldType**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.storage.blob.models.BlobQueryArrowFieldType?alt=com.azure.storage.blob.models.BlobQueryArrowFieldType&text=BlobQueryArrowFieldType\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.BOOL"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.BOOL"
name: "BOOL"
nameWithType: "BlobQueryArrowFieldType.BOOL"
summary: "Enum value bool."
desc: "Enum value bool."
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.DECIMAL"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.DECIMAL"
name: "DECIMAL"
nameWithType: "BlobQueryArrowFieldType.DECIMAL"
summary: "Enum value decimal."
desc: "Enum value decimal."
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.DOUBLE"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.DOUBLE"
name: "DOUBLE"
nameWithType: "BlobQueryArrowFieldType.DOUBLE"
summary: "Enum value double."
desc: "Enum value double."
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.INT64"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.INT64"
name: "INT64"
nameWithType: "BlobQueryArrowFieldType.INT64"
summary: "Enum value int64."
desc: "Enum value int64."
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.STRING"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.STRING"
name: "STRING"
nameWithType: "BlobQueryArrowFieldType.STRING"
summary: "Enum value string."
desc: "Enum value string."
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.TIMESTAMP"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.TIMESTAMP"
name: "TIMESTAMP"
nameWithType: "BlobQueryArrowFieldType.TIMESTAMP"
summary: "Enum value timestamp\\[ms\\]."
desc: "Enum value timestamp\\[ms\\]."
methods:
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.fromString(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.fromString(String value)"
name: "fromString(String value)"
nameWithType: "BlobQueryArrowFieldType.fromString(String value)"
summary: "Parses a serialized value to a Blob<wbr>Query<wbr>Arrow<wbr>Field<wbr>Type instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static BlobQueryArrowFieldType fromString(String value)"
desc: "Parses a serialized value to a BlobQueryArrowFieldType instance."
returns:
description: "the parsed BlobQueryArrowFieldType object, or null if unable to parse."
type: "<xref href=\"com.azure.storage.blob.models.BlobQueryArrowFieldType?alt=com.azure.storage.blob.models.BlobQueryArrowFieldType&text=BlobQueryArrowFieldType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.toString()"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.toString()"
name: "toString()"
nameWithType: "BlobQueryArrowFieldType.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.valueOf(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "BlobQueryArrowFieldType.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static BlobQueryArrowFieldType valueOf(String name)"
returns:
type: "<xref href=\"com.azure.storage.blob.models.BlobQueryArrowFieldType?alt=com.azure.storage.blob.models.BlobQueryArrowFieldType&text=BlobQueryArrowFieldType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobQueryArrowFieldType.values()"
fullName: "com.azure.storage.blob.models.BlobQueryArrowFieldType.values()"
name: "values()"
nameWithType: "BlobQueryArrowFieldType.values()"
modifiers:
- "static"
syntax: "public static BlobQueryArrowFieldType[] values()"
returns:
type: "<xref href=\"com.azure.storage.blob.models.BlobQueryArrowFieldType?alt=com.azure.storage.blob.models.BlobQueryArrowFieldType&text=BlobQueryArrowFieldType\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for BlobQueryArrowFieldType."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1