ConfigMetadata
csw.config.models.ConfigMetadata
case class ConfigMetadata(repoPath: String, annexPath: String, annexMinFileSize: String, maxConfigFileSize: String)
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
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- override
Inherited
- Not inherited
- Product
In this article