Store

data class Store(val storeId: String, val contextId: String, val createDate: Long?, val creator: String, val lastModificationDate: Long?, val lastFileDate: Long?, val lastModifier: String, val users: List<String>, val managers: List<String>, val version: Long?, val publicMeta: ByteArray, val privateMeta: ByteArray, val policy: ContainerPolicy, val filesCount: Long?, val statusCode: Long?)

Holds all available information about a Store.

Constructors

Link copied to clipboard
constructor(storeId: String, contextId: String, createDate: Long?, creator: String, lastModificationDate: Long?, lastFileDate: Long?, lastModifier: String, users: List<String>, managers: List<String>, version: Long?, publicMeta: ByteArray, privateMeta: ByteArray, policy: ContainerPolicy, filesCount: Long?, statusCode: Long?)

Properties

Link copied to clipboard

ID of the Context

Link copied to clipboard

Store creation timestamp

Link copied to clipboard

ID of the user who created the Store

Link copied to clipboard

Total number of files in the Store

Link copied to clipboard

Timestamp of the last created file

Link copied to clipboard

Store last modification timestamp

Link copied to clipboard

ID of the user who last modified the Store

Link copied to clipboard

List of users (their IDs) with management rights

Link copied to clipboard

Store's policies

Link copied to clipboard

Store's private metadata

Link copied to clipboard

Store's public metadata

Link copied to clipboard

Status code of retrieval and decryption of the Store

Link copied to clipboard

ID of the Store

Link copied to clipboard

List of users (their IDs) with access to the Store

Link copied to clipboard

Version number (changes on updates)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int