Share via


USqlTablePreview Class

Definition

A Data Lake Analytics catalog table or partition preview rows item.

public class USqlTablePreview
type USqlTablePreview = class
Public Class USqlTablePreview
Inheritance
USqlTablePreview

Constructors

USqlTablePreview()

Initializes a new instance of the USqlTablePreview class.

USqlTablePreview(Nullable<Int64>, Nullable<Int64>, IList<IList<String>>, Nullable<Boolean>, IList<USqlTableColumn>)

Initializes a new instance of the USqlTablePreview class.

Properties

Rows

Gets or sets the rows of the table or partition preview, where each row is an array of string representations the row's values. Note: Byte arrays will appear as base-64 encoded values, SqlMap and SqlArray objects will appear as escaped JSON objects, and DateTime objects will appear as ISO formatted UTC date-times.

Schema

Gets or sets the schema of the table or partition.

TotalColumnCount

Gets or sets the total number of columns in the table or partition.

TotalRowCount

Gets or sets the total number of rows in the table or partition.

Truncated

Gets or sets true if the amount of data in the response is less than expected due to the preview operation's size limitations. This can occur if the requested rows or row counts are too large.

Applies to