DatabaseTable Class

Definition

A database table resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseTable : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseTable = class
    inherit ProxyResource
Public Class DatabaseTable
Inherits ProxyResource
Inheritance
DatabaseTable
Attributes

Constructors

DatabaseTable()

Initializes a new instance of the DatabaseTable class.

DatabaseTable(String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the DatabaseTable class.

Properties

Id

Gets resource ID.

(Inherited from Resource)
MemoryOptimized

Gets or sets whether or not the table is memory optimized.

Name

Gets resource name.

(Inherited from Resource)
TemporalType

Gets or sets the table temporal type. Possible values include: 'NonTemporalTable', 'HistoryTable', 'SystemVersionedTemporalTable'

Type

Gets resource type.

(Inherited from Resource)

Applies to