updateFileMeta

expect fun updateFileMeta(fileId: String, publicMeta: ByteArray, privateMeta: ByteArray)

Updates metadata of an existing file in a Store.

Parameters

fileId

ID of the file to update

publicMeta

public file metadata

privateMeta

private file metadata

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun updateFileMeta(fileId: String, publicMeta: ByteArray, privateMeta: ByteArray)

Updates metadata of an existing file in a Store.

Parameters

fileId

ID of the file to update

publicMeta

public file metadata

privateMeta

private file metadata

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun updateFileMeta(fileId: String, publicMeta: ByteArray, privateMeta: ByteArray)

Updates metadata of an existing file in a Store.

Parameters

fileId

ID of the file to update

publicMeta

public file metadata

privateMeta

private file metadata

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception