Class TableUsageResult

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TableUsageResult.TableUsage
      TableUsage represents a single usage record, or slice, that includes information about read and write throughput consumed during that period as well as the current information regarding storage capacity.
    • Constructor Detail

      • TableUsageResult

        public TableUsageResult()
    • Method Detail

      • getTableName

        public java.lang.String getTableName()
        Returns the table name used by the operation
        Returns:
        the table name
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object