### 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:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
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 BlobAnalyticsLogging 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 retentionPolicy 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: ""
- 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: "String"
- 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: ""
- 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: ""
- 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: ""
- 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: ""
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: ""
- 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: ""
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: ""
- 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 retentionPolicy property: the retention policy which determines how long the associated data should persist."
parameters:
- description: "the retentionPolicy value to set."
name: "retentionPolicy"
type: ""
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: ""
- 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: "String"
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: ""
- 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: ""
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: ""
type: "class"
desc: "Azure Analytics Logging settings."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.21.1