BlobQueryArrowField interface
Describe a field in <xref:BlobQueryArrowConfiguration>.
Properties
name | The name of the field. |
precision | The precision of the field. Required if type is "decimal". |
scale | The scale of the field. Required if type is is "decimal". |
type | The type of the field. |
Property Details
name
The name of the field.
name?: string
Property Value
string
precision
The precision of the field. Required if type is "decimal".
precision?: number
Property Value
number
scale
The scale of the field. Required if type is is "decimal".
scale?: number
Property Value
number
type
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript