Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonDataset

Package version

Json dataset.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

List of tags that can be used for describing the Dataset.

Optional compression

compression: DatasetCompression

The data compression method used for the json dataset.

Optional description

description: undefined | string

Dataset description.

Optional encodingName

encodingName: any

The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string).

Optional folder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional location

The location of the json data storage.

Optional parameters

parameters: undefined | {}

Parameters for dataset.

Optional schema

schema: any

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

Optional structure

structure: any

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

type

type: "Json"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc