Class TableServiceLogging


  • public final class TableServiceLogging
    extends Object
    A model representing configurable Azure Analytics Logging settings of the Table service.
    • Constructor Detail

      • TableServiceLogging

        public TableServiceLogging()
    • Method Detail

      • getAnalyticsVersion

        public String getAnalyticsVersion()
        Get the version of Analytics to configure.
        Returns:
        The analyticsVersion.
      • setAnalyticsVersion

        public TableServiceLogging setAnalyticsVersion​(String analyticsVersion)
        Set the version of Analytics to configure.
        Parameters:
        analyticsVersion - The analyticsVersion to set.
        Returns:
        The updated TableServiceLogging object.
      • isDeleteLogged

        public boolean isDeleteLogged()
        Get a value that indicates whether all delete requests should be logged.
        Returns:
        The deleteLogged value.
      • setDeleteLogged

        public TableServiceLogging setDeleteLogged​(boolean delete)
        Set a value that indicates whether all delete requests should be logged.
        Parameters:
        delete - The deleteLogged value to set.
        Returns:
        The updated TableServiceLogging object.
      • isReadLogged

        public boolean isReadLogged()
        Get a value that indicates whether all read requests should be logged.
        Returns:
        The readLogged value.
      • setReadLogged

        public TableServiceLogging setReadLogged​(boolean read)
        Set a value that indicates whether all read requests should be logged.
        Parameters:
        read - The readLogged value to set.
        Returns:
        The updated TableServiceLogging object.
      • isWriteLogged

        public boolean isWriteLogged()
        Get a value that indicates whether all write requests should be logged.
        Returns:
        The writeLogged value.
      • setWriteLogged

        public TableServiceLogging setWriteLogged​(boolean writeLogged)
        Set a value that indicates whether all writeLogged requests should be logged.
        Parameters:
        writeLogged - The writeLogged value to set.
        Returns:
        The updated TableServiceLogging object.