Type alias ObjectStoreLink

ObjectStoreLink: {
    bucket: string;
    name?: string;
}

Type declaration

  • bucket: string

    name of object store storing the data

  • Optional name?: string

    link to single object, when empty this means the whole store

Generated using TypeDoc