ConfigMetadata

csw.config.models.ConfigMetadata

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • Product

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product