Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataVersionsListOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • DataVersionsListOptionalParams

Index

Properties

Optional listViewType

listViewType: ListViewType

[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.

Optional orderBy

orderBy: undefined | string

Please choose OrderBy value from ['createdtime', 'modifiedtime']

Optional skip

skip: undefined | string

Continuation token for pagination.

Optional tags

tags: undefined | string

Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2

Optional top

top: undefined | number

Top count of results, top count cannot be greater than the page size. If topCount > page size, results with be default page size count will be returned

Generated using TypeDoc