Interface AdminGetLogs200Response

Export

AdminGetLogs200Response

Hierarchy

  • AdminGetLogs200Response

Properties

logs?: any

At most 100 results per request.

Memberof

AdminGetLogs200Response

nextEndDate: any

The end date and time of the next page of log entries in ISO 8601 format. App Services paginates the result sets of queries that match more than 100 log entries and includes this field in paginated responses. To get the next page of up to 100 entries, pass this value as the end_date parameter in a subsequent request.

Memberof

AdminGetLogs200Response

nextSkip: any

The offset into the next page of log entries in ISO 8601 format. MongoDB App Services paginates the result sets of queries that match more than 100 log entries and includes this field in paginated responses where the first entry on the next page has the same timestamp as the last entry on this page. To get the next page of up to 100 entries, pass this value, if it is present, as the skip parameter in a subsequent request.

Memberof

AdminGetLogs200Response

Generated using TypeDoc