Integration App SDK - v1.14.0
    Preparing search index...

    Interface DataDirectorySpec

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

    Hierarchy (View Summary)

    Index

    Properties

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