StorageRecordID
public protocol StorageRecordID
The composite identifier which represents a record from the storage engine.
-
Declaration
Swift
var bucket : StringReturn Value
The bucket (namespace) for the collections of records.
-
Declaration
Swift
var collection : StringReturn Value
The collection the record belongs within.
-
Declaration
Swift
var key : StringReturn Value
The key of the record.
-
Declaration
Swift
var version : StringReturn Value
The version of the record which has been fetched.
View on GitHub
Install in Dash
StorageRecordID Protocol Reference