Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateRepositoryPropertiesOptions

Package version

Options for the setProperties method of ContainerRepository.

Hierarchy

  • any
    • UpdateRepositoryPropertiesOptions

Index

Properties

Optional canDelete

canDelete: undefined | false | true

Whether or not this repository can be deleted

Optional canList

canList: undefined | false | true

Whether or not include this repository when listing repositories

Optional canRead

canRead: undefined | false | true

Whether or not this repository can be read

Optional canWrite

canWrite: undefined | false | true

Whether or not this repository can be written to

Generated using TypeDoc