SqlPoolColumnProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.fluent.models.SqlPoolColumnProperties

Implements

public final class SqlPoolColumnProperties
implements JsonSerializable<SqlPoolColumnProperties>

Sql pool column properties.

Constructor Summary

Constructor Description
SqlPoolColumnProperties()

Creates an instance of SqlPoolColumnProperties class.

Method Summary

Modifier and Type Method and Description
ColumnDataType columnType()

Get the columnType property: The column data type.

static SqlPoolColumnProperties fromJson(JsonReader jsonReader)

Reads an instance of SqlPoolColumnProperties from the JsonReader.

Boolean isComputed()

Get the isComputed property: Indicates whether column value is computed or not.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SqlPoolColumnProperties withColumnType(ColumnDataType columnType)

Set the columnType property: The column data type.

Methods inherited from java.lang.Object

Constructor Details

SqlPoolColumnProperties

public SqlPoolColumnProperties()

Creates an instance of SqlPoolColumnProperties class.

Method Details

columnType

public ColumnDataType columnType()

Get the columnType property: The column data type.

Returns:

the columnType value.

fromJson

public static SqlPoolColumnProperties fromJson(JsonReader jsonReader)

Reads an instance of SqlPoolColumnProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SqlPoolColumnProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SqlPoolColumnProperties.

isComputed

public Boolean isComputed()

Get the isComputed property: Indicates whether column value is computed or not.

Returns:

the isComputed value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withColumnType

public SqlPoolColumnProperties withColumnType(ColumnDataType columnType)

Set the columnType property: The column data type.

Parameters:

columnType - the columnType value to set.

Returns:

the SqlPoolColumnProperties object itself.

Applies to