Package version:

Interface ListTableResource

Response schema. Contains list of tables returned

interface ListTableResource {
    nextLink?: string;
    value?: Table[];
}

Properties

Properties

nextLink?: string

Request URL that can be used to query next page of tables NOTE: This property will not be serialized. It can only be populated by the server.

value?: Table[]

List of tables returned. NOTE: This property will not be serialized. It can only be populated by the server.