Class CoreTransactionKeyspace


  • @Internal
    public class CoreTransactionKeyspace
    extends Object
    A keyspace represents a triple of bucket, scope and collection.
    • Method Detail

      • bucket

        public String bucket()
        The name of the bucket.
      • scope

        public String scope()
        The name of the scope.
      • collection

        public String collection()
        The name of the collection.