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

134 строки
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobMetrics"
fullName: "com.azure.storage.blob.models.BlobMetrics"
name: "BlobMetrics"
nameWithType: "BlobMetrics"
summary: "a summary of request statistics grouped by API in hour or minute aggregates for blobs."
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 **BlobMetrics**"
constructors:
- uid: "com.azure.storage.blob.models.BlobMetrics.BlobMetrics()"
fullName: "com.azure.storage.blob.models.BlobMetrics.BlobMetrics()"
name: "BlobMetrics()"
nameWithType: "BlobMetrics.BlobMetrics()"
summary: "Creates an instance of Blob<wbr>Metrics class."
syntax: "public BlobMetrics()"
desc: "Creates an instance of BlobMetrics class."
methods:
- uid: "com.azure.storage.blob.models.BlobMetrics.getRetentionPolicy()"
fullName: "com.azure.storage.blob.models.BlobMetrics.getRetentionPolicy()"
name: "getRetentionPolicy()"
nameWithType: "BlobMetrics.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.BlobMetrics.getVersion()"
fullName: "com.azure.storage.blob.models.BlobMetrics.getVersion()"
name: "getVersion()"
nameWithType: "BlobMetrics.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.BlobMetrics.isEnabled()"
fullName: "com.azure.storage.blob.models.BlobMetrics.isEnabled()"
name: "isEnabled()"
nameWithType: "BlobMetrics.isEnabled()"
summary: "Get the enabled property: Indicates whether metrics are enabled for the Blob service."
syntax: "public boolean isEnabled()"
desc: "Get the enabled property: Indicates whether metrics are enabled for the Blob service."
returns:
description: "the enabled value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobMetrics.isIncludeApis()"
fullName: "com.azure.storage.blob.models.BlobMetrics.isIncludeApis()"
name: "isIncludeApis()"
nameWithType: "BlobMetrics.isIncludeApis()"
summary: "Get the include<wbr>Apis property: Indicates whether metrics should generate summary statistics for called API operations."
syntax: "public Boolean isIncludeApis()"
desc: "Get the includeApis property: Indicates whether metrics should generate summary statistics for called API operations."
returns:
description: "the includeApis value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobMetrics.setEnabled(boolean)"
fullName: "com.azure.storage.blob.models.BlobMetrics.setEnabled(boolean enabled)"
name: "setEnabled(boolean enabled)"
nameWithType: "BlobMetrics.setEnabled(boolean enabled)"
summary: "Set the enabled property: Indicates whether metrics are enabled for the Blob service."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobMetrics setEnabled(boolean enabled)"
desc: "Set the enabled property: Indicates whether metrics are enabled for the Blob service."
returns:
description: "the BlobMetrics object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobMetrics?alt=com.azure.storage.blob.models.BlobMetrics&text=BlobMetrics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobMetrics.setIncludeApis(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobMetrics.setIncludeApis(Boolean includeApis)"
name: "setIncludeApis(Boolean includeApis)"
nameWithType: "BlobMetrics.setIncludeApis(Boolean includeApis)"
summary: "Set the include<wbr>Apis property: Indicates whether metrics should generate summary statistics for called API operations."
parameters:
- description: "the includeApis value to set."
name: "includeApis"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobMetrics setIncludeApis(Boolean includeApis)"
desc: "Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations."
returns:
description: "the BlobMetrics object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobMetrics?alt=com.azure.storage.blob.models.BlobMetrics&text=BlobMetrics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobMetrics.setRetentionPolicy(com.azure.storage.blob.models.BlobRetentionPolicy)"
fullName: "com.azure.storage.blob.models.BlobMetrics.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)"
name: "setRetentionPolicy(BlobRetentionPolicy retentionPolicy)"
nameWithType: "BlobMetrics.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 BlobMetrics setRetentionPolicy(BlobRetentionPolicy retentionPolicy)"
desc: "Set the retentionPolicy property: the retention policy which determines how long the associated data should persist."
returns:
description: "the BlobMetrics object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobMetrics?alt=com.azure.storage.blob.models.BlobMetrics&text=BlobMetrics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobMetrics.setVersion(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobMetrics.setVersion(String version)"
name: "setVersion(String version)"
nameWithType: "BlobMetrics.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 BlobMetrics setVersion(String version)"
desc: "Set the version property: The version of Storage Analytics to configure."
returns:
description: "the BlobMetrics object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobMetrics?alt=com.azure.storage.blob.models.BlobMetrics&text=BlobMetrics\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "a summary of request statistics grouped by API in hour or minute aggregates for blobs."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1