StorageRecordID

public protocol StorageRecordID

The composite identifier which represents a record from the storage engine.

  • Declaration

    Swift

    var bucket : String

    Return Value

    The bucket (namespace) for the collections of records.

  • Declaration

    Swift

    var collection : String

    Return Value

    The collection the record belongs within.

  • key

    Declaration

    Swift

    var key : String

    Return Value

    The key of the record.

  • Declaration

    Swift

    var version : String

    Return Value

    The version of the record which has been fetched.