Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatastoresListOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • DatastoresListOptionalParams

Index

Properties

Optional count

count: undefined | number

Maximum number of results to return.

Optional isDefault

isDefault: undefined | false | true

Filter down to the workspace default datastore.

Optional names

names: string[]

Names of datastores to return.

Optional orderBy

orderBy: undefined | string

Order by property (createdtime | modifiedtime | name).

Optional orderByAsc

orderByAsc: undefined | false | true

Order by property in ascending order.

Optional searchText

searchText: undefined | string

Text to search for in the datastore names.

Optional skip

skip: undefined | string

Continuation token for pagination.

Generated using TypeDoc