@jellyfin/sdk
    Preparing search index...

    Interface ActivityLogEntryQueryResult

    Query result container.

    ActivityLogEntryQueryResult

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

    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