main-concepts

No menu items for this category

StorageContainerConfig

Definition of the properties contained by an object store container template config file

  • entries (array): List of metadata entries for the bucket containing information about where data resides and its structure. Default: null.
  • metadataEntry (object): Config properties for a container found in a user-supplied metadata config.
    • dataPath (string, required): The path where the data resides in the container, excluding the bucket name.
    • structureFormat (string): What's the schema format for the container, eg. avro, parquet, csv. Default: null.
    • unstructuredFormats (array): What the unstructured formats you want to ingest, eg. png, pdf, jpg. Default: null.
      • Items (string)
    • depth (integer): Depth of the data path in the container. Default: 0.
    • separator (string): For delimited files such as CSV, what is the separator being used? Default: null.
    • isPartitioned (boolean): Flag indicating whether the container's data is partitioned. Default: false.
    • partitionColumns (array): What are the partition columns in case the container's data is partitioned. Default: null.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.