Package version:

Interface RecordSetListResult

The response to a record set List operation.

interface RecordSetListResult {
    nextLink?: string;
    value?: RecordSet[];
}

Properties

Properties

nextLink?: string

The continuation token for the next page of results. NOTE: This property will not be serialized. It can only be populated by the server.

value?: RecordSet[]

Information about the record sets in the response.