Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DigitalTwinModelsListNextOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • DigitalTwinModelsListNextOptionalParams

Index

Properties

Optional dependenciesFor

dependenciesFor: string[]

The set of the models which will have their dependencies retrieved. If omitted, all models are retrieved.

Optional includeModelDefinition

includeModelDefinition: undefined | false | true

When true the model definition will be returned as part of the result.

Optional maxItemsPerPage

maxItemsPerPage: undefined | number

The maximum number of items to retrieve per request. The server may choose to return less than the requested number.

Optional traceparent

traceparent: undefined | string

Identifies the request in a distributed tracing system.

Optional tracestate

tracestate: undefined | string

Provides vendor-specific trace identification information and is a companion to traceparent.

Generated using TypeDoc