Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseTableProperties
Packages that use DatabaseTableProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of DatabaseTableProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type DatabaseTablePropertiesMethods in com.azure.resourcemanager.sql.fluent.models that return DatabaseTablePropertiesModifier and TypeMethodDescriptionstatic DatabaseTablePropertiesDatabaseTableProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseTableProperties from the JsonReader.DatabaseTableProperties.withMemoryOptimized(Boolean memoryOptimized) Set the memoryOptimized property: Whether or not the table is memory optimized.DatabaseTableProperties.withTemporalType(TableTemporalType temporalType) Set the temporalType property: The table temporal type.