Interface DataDirectorySpec

interface DataDirectorySpec {
    type: DataLocationType;
    key?: string;
    name: string;
    parametersSchema?: DataSchema;
    locations?: DataLocation[];
}

Hierarchy

  • DataLocationSpecBase
    • DataDirectorySpec

Properties

key?: string
name: string
parametersSchema?: DataSchema
locations?: DataLocation[]