azure-docs-sdk-java/docs-ref-autogen/com.azure.data.tables.model...

158 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.tables.models.TableServiceLogging"
fullName: "com.azure.data.tables.models.TableServiceLogging"
name: "TableServiceLogging"
nameWithType: "TableServiceLogging"
summary: "A model representing configurable Azure Analytics Logging settings of the Table service."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TableServiceLogging**"
constructors:
- uid: "com.azure.data.tables.models.TableServiceLogging.TableServiceLogging()"
fullName: "com.azure.data.tables.models.TableServiceLogging.TableServiceLogging()"
name: "TableServiceLogging()"
nameWithType: "TableServiceLogging.TableServiceLogging()"
summary: "Creates a <xref uid=\"com.azure.data.tables.models.TableServiceLogging\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceLogging\"></xref>."
syntax: "public TableServiceLogging()"
desc: "Creates a <xref uid=\"com.azure.data.tables.models.TableServiceLogging\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceLogging\"></xref>."
methods:
- uid: "com.azure.data.tables.models.TableServiceLogging.getAnalyticsVersion()"
fullName: "com.azure.data.tables.models.TableServiceLogging.getAnalyticsVersion()"
name: "getAnalyticsVersion()"
nameWithType: "TableServiceLogging.getAnalyticsVersion()"
summary: "Get the version of Analytics to configure."
syntax: "public String getAnalyticsVersion()"
desc: "Get the version of Analytics to configure."
returns:
description: "The <code>analyticsVersion</code>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.data.tables.models.TableServiceLogging.getRetentionPolicy()"
fullName: "com.azure.data.tables.models.TableServiceLogging.getRetentionPolicy()"
name: "getRetentionPolicy()"
nameWithType: "TableServiceLogging.getRetentionPolicy()"
summary: "Get the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetentionPolicy\"></xref>."
syntax: "public TableServiceRetentionPolicy getRetentionPolicy()"
desc: "Get the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetentionPolicy\"></xref>."
returns:
description: "The <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetentionPolicy\"></xref>."
type: "<xref href=\"com.azure.data.tables.models.TableServiceRetentionPolicy?alt=com.azure.data.tables.models.TableServiceRetentionPolicy&text=TableServiceRetentionPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceLogging.isDeleteLogged()"
fullName: "com.azure.data.tables.models.TableServiceLogging.isDeleteLogged()"
name: "isDeleteLogged()"
nameWithType: "TableServiceLogging.isDeleteLogged()"
summary: "Get a value that indicates whether all delete requests should be logged."
syntax: "public boolean isDeleteLogged()"
desc: "Get a value that indicates whether all delete requests should be logged."
returns:
description: "The <code>deleteLogged</code> value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceLogging.isReadLogged()"
fullName: "com.azure.data.tables.models.TableServiceLogging.isReadLogged()"
name: "isReadLogged()"
nameWithType: "TableServiceLogging.isReadLogged()"
summary: "Get a value that indicates whether all read requests should be logged."
syntax: "public boolean isReadLogged()"
desc: "Get a value that indicates whether all read requests should be logged."
returns:
description: "The <code>readLogged</code> value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceLogging.isWriteLogged()"
fullName: "com.azure.data.tables.models.TableServiceLogging.isWriteLogged()"
name: "isWriteLogged()"
nameWithType: "TableServiceLogging.isWriteLogged()"
summary: "Get a value that indicates whether all write requests should be logged."
syntax: "public boolean isWriteLogged()"
desc: "Get a value that indicates whether all write requests should be logged."
returns:
description: "The <code>writeLogged</code> value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceLogging.setAnalyticsVersion(java.lang.String)"
fullName: "com.azure.data.tables.models.TableServiceLogging.setAnalyticsVersion(String analyticsVersion)"
name: "setAnalyticsVersion(String analyticsVersion)"
nameWithType: "TableServiceLogging.setAnalyticsVersion(String analyticsVersion)"
summary: "Set the version of Analytics to configure."
parameters:
- description: "The <code>analyticsVersion</code> to set."
name: "analyticsVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TableServiceLogging setAnalyticsVersion(String analyticsVersion)"
desc: "Set the version of Analytics to configure."
returns:
description: "The updated <xref uid=\"com.azure.data.tables.models.TableServiceLogging\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceLogging\"></xref> object."
type: "<xref href=\"com.azure.data.tables.models.TableServiceLogging?alt=com.azure.data.tables.models.TableServiceLogging&text=TableServiceLogging\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceLogging.setDeleteLogged(boolean)"
fullName: "com.azure.data.tables.models.TableServiceLogging.setDeleteLogged(boolean delete)"
name: "setDeleteLogged(boolean delete)"
nameWithType: "TableServiceLogging.setDeleteLogged(boolean delete)"
summary: "Set a value that indicates whether all delete requests should be logged."
parameters:
- description: "The <code>deleteLogged</code> value to set."
name: "delete"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableServiceLogging setDeleteLogged(boolean delete)"
desc: "Set a value that indicates whether all delete requests should be logged."
returns:
description: "The updated <xref uid=\"com.azure.data.tables.models.TableServiceLogging\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceLogging\"></xref> object."
type: "<xref href=\"com.azure.data.tables.models.TableServiceLogging?alt=com.azure.data.tables.models.TableServiceLogging&text=TableServiceLogging\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceLogging.setReadLogged(boolean)"
fullName: "com.azure.data.tables.models.TableServiceLogging.setReadLogged(boolean read)"
name: "setReadLogged(boolean read)"
nameWithType: "TableServiceLogging.setReadLogged(boolean read)"
summary: "Set a value that indicates whether all read requests should be logged."
parameters:
- description: "The <code>readLogged</code> value to set."
name: "read"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableServiceLogging setReadLogged(boolean read)"
desc: "Set a value that indicates whether all read requests should be logged."
returns:
description: "The updated <xref uid=\"com.azure.data.tables.models.TableServiceLogging\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceLogging\"></xref> object."
type: "<xref href=\"com.azure.data.tables.models.TableServiceLogging?alt=com.azure.data.tables.models.TableServiceLogging&text=TableServiceLogging\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceLogging.setRetentionPolicy(com.azure.data.tables.models.TableServiceRetentionPolicy)"
fullName: "com.azure.data.tables.models.TableServiceLogging.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)"
name: "setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)"
nameWithType: "TableServiceLogging.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)"
summary: "Set the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetentionPolicy\"></xref>."
parameters:
- description: "The <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetentionPolicy\"></xref> to set."
name: "retentionPolicy"
type: "<xref href=\"com.azure.data.tables.models.TableServiceRetentionPolicy?alt=com.azure.data.tables.models.TableServiceRetentionPolicy&text=TableServiceRetentionPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableServiceLogging setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)"
desc: "Set the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetentionPolicy\"></xref>."
returns:
description: "The updated <xref uid=\"com.azure.data.tables.models.TableServiceLogging\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceLogging\"></xref> object."
type: "<xref href=\"com.azure.data.tables.models.TableServiceLogging?alt=com.azure.data.tables.models.TableServiceLogging&text=TableServiceLogging\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceLogging.setWriteLogged(boolean)"
fullName: "com.azure.data.tables.models.TableServiceLogging.setWriteLogged(boolean writeLogged)"
name: "setWriteLogged(boolean writeLogged)"
nameWithType: "TableServiceLogging.setWriteLogged(boolean writeLogged)"
summary: "Set a value that indicates whether all write<wbr>Logged requests should be logged."
parameters:
- description: "The <code>writeLogged</code> value to set."
name: "writeLogged"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableServiceLogging setWriteLogged(boolean writeLogged)"
desc: "Set a value that indicates whether all writeLogged requests should be logged."
returns:
description: "The updated <xref uid=\"com.azure.data.tables.models.TableServiceLogging\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceLogging\"></xref> object."
type: "<xref href=\"com.azure.data.tables.models.TableServiceLogging?alt=com.azure.data.tables.models.TableServiceLogging&text=TableServiceLogging\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A model representing configurable Azure Analytics Logging settings of the Table service."
metadata: {}
package: "com.azure.data.tables.models"
artifact: com.azure:azure-data-tables:12.4.6