IIndexColumn.DataType Property

Definition

Specifies the data type

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "String", "Integer", "Long", "Float", "Double", "Binary", "Datetime", "Boolean" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Specifies the data type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataType", Update=true)]
public string DataType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "String", "Integer", "Long", "Float", "Double", "Binary", "Datetime", "Boolean" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Specifies the data type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataType", Update=true)>]
member this.DataType : string with get, set
Public Property DataType As String

Property Value

Attributes

Applies to