Class Argument
Input/output argument of a function or a stored procedure.
Inheritance
System.Object
Argument
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class Argument : IDirectResponseSchema
Properties
ArgumentKind
Optional. Defaults to FIXED_TYPE.
Declaration
[JsonProperty("argumentKind")]
public virtual string ArgumentKind { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataType
Required unless argument_kind = ANY_TYPE.
Declaration
[JsonProperty("dataType")]
public virtual StandardSqlDataType DataType { get; set; }
Property Value
Type | Description |
---|---|
StandardSqlDataType |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mode
Optional. Specifies whether the argument is input or output. Can be set for procedures only.
Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Optional. The name of this argument. Can be absent for function return argument.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema