azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

158 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobAnalyticsLogging"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging"
name: "BlobAnalyticsLogging"
nameWithType: "BlobAnalyticsLogging"
summary: "Azure Analytics Logging settings."
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 **BlobAnalyticsLogging**"
constructors:
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.BlobAnalyticsLogging()"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.BlobAnalyticsLogging()"
name: "BlobAnalyticsLogging()"
nameWithType: "BlobAnalyticsLogging.BlobAnalyticsLogging()"
summary: "Creates an instance of Blob<wbr>Analytics<wbr>Logging class."
syntax: "public BlobAnalyticsLogging()"
desc: "Creates an instance of BlobAnalyticsLogging class."
methods:
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.getRetentionPolicy()"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.getRetentionPolicy()"
name: "getRetentionPolicy()"
nameWithType: "BlobAnalyticsLogging.getRetentionPolicy()"
summary: "Get the retention<wbr>Policy property: the retention policy which determines how long the associated data should persist."
syntax: "public BlobRetentionPolicy getRetentionPolicy()"
desc: "Get the retentionPolicy property: the retention policy which determines how long the associated data should persist."
returns:
description: "the retentionPolicy value."
type: "<xref href=\"com.azure.storage.blob.models.BlobRetentionPolicy?alt=com.azure.storage.blob.models.BlobRetentionPolicy&text=BlobRetentionPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.getVersion()"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.getVersion()"
name: "getVersion()"
nameWithType: "BlobAnalyticsLogging.getVersion()"
summary: "Get the version property: The version of Storage Analytics to configure."
syntax: "public String getVersion()"
desc: "Get the version property: The version of Storage Analytics to configure."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.isDelete()"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.isDelete()"
name: "isDelete()"
nameWithType: "BlobAnalyticsLogging.isDelete()"
summary: "Get the delete property: Indicates whether all delete requests should be logged."
syntax: "public boolean isDelete()"
desc: "Get the delete property: Indicates whether all delete requests should be logged."
returns:
description: "the delete value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.isRead()"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.isRead()"
name: "isRead()"
nameWithType: "BlobAnalyticsLogging.isRead()"
summary: "Get the read property: Indicates whether all read requests should be logged."
syntax: "public boolean isRead()"
desc: "Get the read property: Indicates whether all read requests should be logged."
returns:
description: "the read value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.isWrite()"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.isWrite()"
name: "isWrite()"
nameWithType: "BlobAnalyticsLogging.isWrite()"
summary: "Get the write property: Indicates whether all write requests should be logged."
syntax: "public boolean isWrite()"
desc: "Get the write property: Indicates whether all write requests should be logged."
returns:
description: "the write value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.setDelete(boolean)"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.setDelete(boolean delete)"
name: "setDelete(boolean delete)"
nameWithType: "BlobAnalyticsLogging.setDelete(boolean delete)"
summary: "Set the delete property: Indicates whether all delete requests should be logged."
parameters:
- description: "the delete value to set."
name: "delete"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobAnalyticsLogging setDelete(boolean delete)"
desc: "Set the delete property: Indicates whether all delete requests should be logged."
returns:
description: "the BlobAnalyticsLogging object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobAnalyticsLogging?alt=com.azure.storage.blob.models.BlobAnalyticsLogging&text=BlobAnalyticsLogging\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.setRead(boolean)"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.setRead(boolean read)"
name: "setRead(boolean read)"
nameWithType: "BlobAnalyticsLogging.setRead(boolean read)"
summary: "Set the read property: Indicates whether all read requests should be logged."
parameters:
- description: "the read value to set."
name: "read"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobAnalyticsLogging setRead(boolean read)"
desc: "Set the read property: Indicates whether all read requests should be logged."
returns:
description: "the BlobAnalyticsLogging object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobAnalyticsLogging?alt=com.azure.storage.blob.models.BlobAnalyticsLogging&text=BlobAnalyticsLogging\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.setRetentionPolicy(com.azure.storage.blob.models.BlobRetentionPolicy)"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)"
name: "setRetentionPolicy(BlobRetentionPolicy retentionPolicy)"
nameWithType: "BlobAnalyticsLogging.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)"
summary: "Set the retention<wbr>Policy property: the retention policy which determines how long the associated data should persist."
parameters:
- description: "the retentionPolicy value to set."
name: "retentionPolicy"
type: "<xref href=\"com.azure.storage.blob.models.BlobRetentionPolicy?alt=com.azure.storage.blob.models.BlobRetentionPolicy&text=BlobRetentionPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobAnalyticsLogging setRetentionPolicy(BlobRetentionPolicy retentionPolicy)"
desc: "Set the retentionPolicy property: the retention policy which determines how long the associated data should persist."
returns:
description: "the BlobAnalyticsLogging object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobAnalyticsLogging?alt=com.azure.storage.blob.models.BlobAnalyticsLogging&text=BlobAnalyticsLogging\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.setVersion(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.setVersion(String version)"
name: "setVersion(String version)"
nameWithType: "BlobAnalyticsLogging.setVersion(String version)"
summary: "Set the version property: The version of Storage Analytics to configure."
parameters:
- description: "the version value to set."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobAnalyticsLogging setVersion(String version)"
desc: "Set the version property: The version of Storage Analytics to configure."
returns:
description: "the BlobAnalyticsLogging object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobAnalyticsLogging?alt=com.azure.storage.blob.models.BlobAnalyticsLogging&text=BlobAnalyticsLogging\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.setWrite(boolean)"
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.setWrite(boolean write)"
name: "setWrite(boolean write)"
nameWithType: "BlobAnalyticsLogging.setWrite(boolean write)"
summary: "Set the write property: Indicates whether all write requests should be logged."
parameters:
- description: "the write value to set."
name: "write"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobAnalyticsLogging setWrite(boolean write)"
desc: "Set the write property: Indicates whether all write requests should be logged."
returns:
description: "the BlobAnalyticsLogging object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobAnalyticsLogging?alt=com.azure.storage.blob.models.BlobAnalyticsLogging&text=BlobAnalyticsLogging\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Azure Analytics Logging settings."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.21.1