DatabaseTableInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. DatabaseTableInner
- com.
- com.
public final class DatabaseTableInner
extends ProxyResource
A database table resource.
Constructor Summary
Constructor | Description |
---|---|
DatabaseTableInner() |
Creates an instance of Database |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Database |
fromJson(JsonReader jsonReader)
Reads an instance of Database |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Boolean |
memoryOptimized()
Get the memory |
String |
name()
Get the name property: The name of the resource. |
Table |
temporalType()
Get the temporal |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Database |
withMemoryOptimized(Boolean memoryOptimized)
Set the memory |
Database |
withTemporalType(TableTemporalType temporalType)
Set the temporal |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
DatabaseTableInner
public DatabaseTableInner()
Creates an instance of DatabaseTableInner class.
Method Details
fromJson
public static DatabaseTableInner fromJson(JsonReader jsonReader)
Reads an instance of DatabaseTableInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DatabaseTableInner.id()Returns:
memoryOptimized
public Boolean memoryOptimized()
Get the memoryOptimized property: Whether or not the table is memory optimized.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DatabaseTableInner.name()Returns:
temporalType
public TableTemporalType temporalType()
Get the temporalType property: The table temporal type.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DatabaseTableInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DatabaseTableInner.type()Returns:
validate
public void validate()
Validates the instance.
withMemoryOptimized
public DatabaseTableInner withMemoryOptimized(Boolean memoryOptimized)
Set the memoryOptimized property: Whether or not the table is memory optimized.
Parameters:
Returns:
withTemporalType
public DatabaseTableInner withTemporalType(TableTemporalType temporalType)
Set the temporalType property: The table temporal type.
Parameters:
Returns:
Applies to
Azure SDK for Java