Interface DataDirectorySpec

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

Hierarchy (View Summary)

Properties

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