| Package | Description |
|---|---|
| com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
| Modifier and Type | Method and Description |
|---|---|
static BlobQueryArrowFieldType |
BlobQueryArrowFieldType.fromString(String value)
Parses a serialized value to a BlobQueryArrowFieldType instance.
|
BlobQueryArrowFieldType |
BlobQueryArrowField.getType() |
static BlobQueryArrowFieldType |
BlobQueryArrowFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobQueryArrowFieldType[] |
BlobQueryArrowFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BlobQueryArrowField(BlobQueryArrowFieldType type) |
Copyright © 2021 Microsoft Corporation. All rights reserved.