Class TableServiceLogging

java.lang.Object
com.azure.data.tables.models.TableServiceLogging

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

    • TableServiceLogging

      public TableServiceLogging()
  • Method Details

    • 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.
    • getRetentionPolicy

      public TableServiceRetentionPolicy getRetentionPolicy()
      Get the RetentionPolicy.
      Returns:
      The RetentionPolicy.
    • setRetentionPolicy

      public TableServiceLogging setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)
      Set the RetentionPolicy.
      Parameters:
      retentionPolicy - The RetentionPolicy to set.
      Returns:
      The updated TableServiceLogging object.