BlobQueryArrowFieldType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.storage.blob.models.BlobQueryArrowFieldType

public enum BlobQueryArrowFieldType
extends Enum<BlobQueryArrowFieldType>

Defines values for BlobQueryArrowFieldType.

Fields

BOOL

Enum value bool.

DECIMAL

Enum value decimal.

DOUBLE

Enum value double.

INT64

Enum value int64.

STRING

Enum value string.

TIMESTAMP

Enum value timestamp[ms].

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static BlobQueryArrowFieldType fromString(String value)

Parses a serialized value to a BlobQueryArrowFieldType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed BlobQueryArrowFieldType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static BlobQueryArrowFieldType valueOf(String name)

Parameters

name
String

Returns

values()

public static BlobQueryArrowFieldType[] values()

Returns

Applies to