Struct zbox::RepoInfo[][src]

pub struct RepoInfo { /* fields omitted */ }

Information about a repository.

Methods

impl RepoInfo
[src]

Returns the unique volume id in this repository.

Returns repository version string.

This is the string representation of this repository, for example, 1.0.2.

Returns the location URI string of this repository.

Returns the operation limit for repository password hash.

Returns the memory limit for repository password hash

Returns repository password encryption cipher.

Returns whether compression is enabled.

Returns the default maximum number of file versions.

Returns whether the file data chunk deduplication is enabled.

Returns whether this repository is read-only.

Returns the creation time of this repository.

Trait Implementations

impl Debug for RepoInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RepoInfo

impl Sync for RepoInfo