Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetadataListOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • MetadataListOptionalParams

Index

Properties

Properties

Optional filter

filter: undefined | string

Filters the results, based on a Boolean condition. Optional.

Optional orderby

orderby: undefined | string

Sorts the results. Optional.

Optional skip

skip: undefined | number

Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left.

Optional top

top: undefined | number

Returns only the first n results. Optional.

Generated using TypeDoc