Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeneratedClientAnalyzeStatusOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • GeneratedClientAnalyzeStatusOptionalParams

Index

Properties

Optional includeStatistics

includeStatistics: undefined | false | true

(Optional) if set to true, response will contain request and document level statistics.

Optional skip

skip: undefined | number

(Optional) Set the number of elements to offset in the response. When both $top and $skip are specified, $skip is applied first.

Optional top

top: undefined | number

(Optional) Set the maximum number of results per task. When both $top and $skip are specified, $skip is applied first.

Generated using TypeDoc