csw.config.models
Members list
Packages
Type members
Classlikes
Contains information about a config file stored in the config service
Contains information about a config file stored in the config service
Value parameters
- comment
-
the comment end user wants to provide while committing the file in config service
- id
-
the ConfigId representing unique id of the file
- path
-
the path of file sitting in config service
Attributes
- Supertypes
Holds information about a specific version of a config file
Holds information about a specific version of a config file
Value parameters
- comment
-
the comment end user wants to provide while committing the file in config service
- id
-
the ConfigId representing unique id of the file
- time
-
capturing the time of file getting committed in config service
Attributes
- Supertypes
Type of an id returned from ConfigManager create or update methods
Holds metadata information about config server
Holds metadata information about config server
Value parameters
- annexMinFileSize
-
the minimum size of the file (lower limit) which qualifies it to be considered as large file and store it in repository located at
annexPath
- annexPath
-
the path of the repository created to store large files on config server
- maxConfigFileSize
-
the maximum size of file (upper limit) which qualifies it to be considered as non-large file and store it in repository located at
repoPath
- repoPath
-
the path of the repository created on config server
Attributes
- Supertypes