DataTableResponseObject Class

Definition

Data Table which defines columns and raw row values.

public class DataTableResponseObject
public class DataTableResponseObject : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.DataTableResponseObject>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.DataTableResponseObject>
type DataTableResponseObject = class
type DataTableResponseObject = class
    interface IJsonModel<DataTableResponseObject>
    interface IPersistableModel<DataTableResponseObject>
Public Class DataTableResponseObject
Public Class DataTableResponseObject
Implements IJsonModel(Of DataTableResponseObject), IPersistableModel(Of DataTableResponseObject)
Inheritance
DataTableResponseObject
Implements

Constructors

DataTableResponseObject()

Initializes a new instance of DataTableResponseObject.

Properties

Columns

List of columns with data types.

Rows

Raw row values.

TableName

Name of the table.

Explicit Interface Implementations

IJsonModel<DataTableResponseObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataTableResponseObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataTableResponseObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataTableResponseObject>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataTableResponseObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to