Class AutoStorageProperties


  • public class AutoStorageProperties
    extends AutoStorageBaseProperties
    Contains information about the auto-storage account associated with a Batch account.
    • Constructor Detail

      • AutoStorageProperties

        public AutoStorageProperties()
    • Method Detail

      • lastKeySync

        public org.joda.time.DateTime lastKeySync()
        Get the lastKeySync value.
        Returns:
        the lastKeySync value
      • withLastKeySync

        public AutoStorageProperties withLastKeySync​(org.joda.time.DateTime lastKeySync)
        Set the lastKeySync value.
        Parameters:
        lastKeySync - the lastKeySync value to set
        Returns:
        the AutoStorageProperties object itself.