Query result container.

ActivityLogEntryQueryResult

interface ActivityLogEntryQueryResult {
    Items?: ActivityLogEntry[];
    StartIndex?: number;
    TotalRecordCount?: number;
}

Properties

Gets or sets the items.

ActivityLogEntryQueryResult

StartIndex?: number

Gets or sets the index of the first record in Items.

ActivityLogEntryQueryResult

TotalRecordCount?: number

Gets or sets the total number of records available.

ActivityLogEntryQueryResult