227 строки
16 KiB
YAML
227 строки
16 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**</br> implements <xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.blob.models.BlobAnalyticsLogging?alt=com.azure.storage.blob.models.BlobAnalyticsLogging&text=BlobAnalyticsLogging\" data-throw-if-not-resolved=\"False\" />>"
|
|
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.fromXml(com.azure.xml.XmlReader)"
|
|
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.fromXml(XmlReader xmlReader)"
|
|
name: "fromXml(XmlReader xmlReader)"
|
|
nameWithType: "BlobAnalyticsLogging.fromXml(XmlReader xmlReader)"
|
|
summary: "Reads an instance of Blob<wbr>Analytics<wbr>Logging from the Xml<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The XmlReader being read."
|
|
name: "xmlReader"
|
|
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static BlobAnalyticsLogging fromXml(XmlReader xmlReader)"
|
|
exceptions:
|
|
- description: "If the deserialized XML object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of BlobAnalyticsLogging from the XmlReader."
|
|
returns:
|
|
description: "An instance of BlobAnalyticsLogging if the XmlReader was pointing to an instance of it, or null if it was\n pointing to XML null."
|
|
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.fromXml(com.azure.xml.XmlReader,java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
name: "fromXml(XmlReader xmlReader, String rootElementName)"
|
|
nameWithType: "BlobAnalyticsLogging.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
summary: "Reads an instance of Blob<wbr>Analytics<wbr>Logging from the Xml<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The XmlReader being read."
|
|
name: "xmlReader"
|
|
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Optional root element name to override the default defined by the model. Used to support\n cases where the model can deserialize from different root element names."
|
|
name: "rootElementName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static BlobAnalyticsLogging fromXml(XmlReader xmlReader, String rootElementName)"
|
|
exceptions:
|
|
- description: "If the deserialized XML object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of BlobAnalyticsLogging from the XmlReader."
|
|
returns:
|
|
description: "An instance of BlobAnalyticsLogging if the XmlReader was pointing to an instance of it, or null if it was\n pointing to XML null."
|
|
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.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\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.toXml(com.azure.xml.XmlWriter)"
|
|
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.toXml(XmlWriter xmlWriter)"
|
|
name: "toXml(XmlWriter xmlWriter)"
|
|
nameWithType: "BlobAnalyticsLogging.toXml(XmlWriter xmlWriter)"
|
|
parameters:
|
|
- name: "xmlWriter"
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public XmlWriter toXml(XmlWriter xmlWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobAnalyticsLogging.toXml(com.azure.xml.XmlWriter,java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.BlobAnalyticsLogging.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
nameWithType: "BlobAnalyticsLogging.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
parameters:
|
|
- name: "xmlWriter"
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- name: "rootElementName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Azure Analytics Logging settings."
|
|
implements:
|
|
- "<xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.blob.models.BlobAnalyticsLogging?alt=com.azure.storage.blob.models.BlobAnalyticsLogging&text=BlobAnalyticsLogging\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.storage.blob.models"
|
|
artifact: com.azure:azure-storage-blob:12.28.1
|