Global

Type Definitions

DimensionOptions

Source:
Type:
  • Object

DremioContainerChildInfo

Source:
Properties:
Name Type Description
id String
path Array
type String
datasetType String
containerType String

DremioContainerChildInfo

Type:
  • Object

DremioContainerInfo

Source:
Properties:
Name Type Description
id String
path Array
name String
entityType String
children Array.<DremioContainerChildInfo>

DremioContainerInfo

Type:
  • Object

DremioEntityInfo

Source:
Properties:
Name Type Description
id String
path Array
type String
entityType String
fields Array

DremioEntityInfo

Type:
  • Object

DremioPermissionInfo

Source:
Properties:
Name Type Description
name String
Type:
  • Object

DremioPermissions

Source:
Properties:
Name Type Description
employeeId String
permissions Array.<Object>
Type:
  • Object

DremioResult

Source:
Properties:
Name Type Description
rowCount Number

кол-во записей

schema Array

схема данных

rows Array

данные

DremioResult

Type:
  • Object

DremioRootEntity

Source:
Properties:
Name Type Description
id String
path Array
type String
containerType String

DremioRootEntity

Type:
  • Object

FilterOptions

Source:
Type:
  • Object

IQuerySchema

Source:
Properties:
Name Type Description
$from Array
$fields Object
$metrics Array
$dimensions Array
$filters Array
$sort Array

IQuerySchema

Type:
  • Object

MetricOptions

Source:
Type:
  • Object

PromiseCancelable

Source:
Properties:
Name Type Description
cancel function
Type:
  • Promise

QueryOptions

Source:
Properties:
Name Type Description
query IQuerySchema

query

dimensionList Object

dimensionList

Type:
  • Object

SDKConfig

Source:
Properties:
Name Type Attributes Default Description
host String <optional>
http://localhost

host сервера

replaceFilterValues Boolean <optional>
true

нужно ли заменять константы в значениях фильтров

authToken String <optional>
null

auth token

admin Boolean <optional>
false

admin mode

SDKConfig

Type:
  • Object

SortOptions

Source:
Type:
  • Object