Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseColumnProperties
Packages that use DatabaseColumnProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of DatabaseColumnProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type DatabaseColumnPropertiesModifier and TypeClassDescriptionfinal classDatabase column properties.Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseColumnPropertiesModifier and TypeMethodDescriptionstatic DatabaseColumnPropertiesDatabaseColumnProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseColumnProperties from the JsonReader.DatabaseColumnProperties.withColumnType(ColumnDataType columnType) Set the columnType property: The column data type.DatabaseColumnProperties.withIsComputed(Boolean isComputed) Set the isComputed property: Whether or not the column is computed.DatabaseColumnProperties.withMemoryOptimized(Boolean memoryOptimized) Set the memoryOptimized property: Whether or not the column belongs to a memory optimized table.DatabaseColumnProperties.withTemporalType(TableTemporalType temporalType) Set the temporalType property: The table temporal type.