com.worklight.jsonstore.api

Class JSONStoreFileInfo

  • java.lang.Object
    • com.worklight.jsonstore.api.JSONStoreFileInfo


  • public class JSONStoreFileInfo
    extends java.lang.Object
    Represents information about a JSONStore database file.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      long getFileSizeBytes() 
      java.lang.String getUsername() 
      boolean isEncrypted() 
      • Methods inherited from class java.lang.Object

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

      • getUsername

        public java.lang.String getUsername()
        Returns:
        The name of the database file name.
      • getFileSizeBytes

        public long getFileSizeBytes()
        Returns:
        The size of the database file in bytes.
      • isEncrypted

        public boolean isEncrypted()
        Returns:
        true if the file is encrypted, false otherwise.


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.