Class StorageBucket


  • public class StorageBucket
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getName()
      If not specified, it is the default bucket of the storageKey.
      SerializedStorageKey getStorageKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StorageBucket

        public StorageBucket​(SerializedStorageKey storageKey,
                             java.util.Optional<java.lang.String> name)
    • Method Detail

      • getName

        public java.util.Optional<java.lang.String> getName()
        If not specified, it is the default bucket of the storageKey.