Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ObjectStorageSourceDetails

Specifies the dataset location in object storage. This requires that all records are in this bucket, and under this prefix. We do not support a dataset with objects in arbitrary locations across buckets or prefixes.

Properties

bucket

bucket: string

The object storage bucket that contains the dataset data source.

namespace

namespace: string

The namespace of the bucket that contains the dataset data source.

Optional prefix

prefix: undefined | string

A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.

Const sourceType

sourceType: string = "OBJECT_STORAGE"

Methods

getDeserializedJsonObj

getJsonObj