Class QueryParameterType
The type of a query parameter.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class QueryParameterType : IDirectResponseSchema
Properties
ArrayType
Optional. The type of the array's elements, if this is an array.
Declaration
[JsonProperty("arrayType")]
public virtual QueryParameterType ArrayType { get; set; }
Property Value
| Type | Description |
|---|---|
| QueryParameterType |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeElementType
Optional. The element type of the range, if this is a range.
Declaration
[JsonProperty("rangeElementType")]
public virtual QueryParameterType RangeElementType { get; set; }
Property Value
| Type | Description |
|---|---|
| QueryParameterType |
StructTypes
Optional. The types of the fields of this struct, in order, if this is a struct.
Declaration
[JsonProperty("structTypes")]
public virtual IList<QueryParameterType.StructTypesData> StructTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<QueryParameterType.StructTypesData> |
TimestampPrecision
Optional. Precision (maximum number of total digits in base 10) for seconds of TIMESTAMP type. Possible values include: * 6 (Default, for TIMESTAMP type with microsecond precision) * 12 (For TIMESTAMP type with picosecond precision)
Declaration
[JsonProperty("timestampPrecision")]
public virtual long? TimestampPrecision { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Type
Required. The top level type of this field.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |