| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LastAccessTimeTrackingPolicy |
BlobServicePropertiesInner.lastAccessTimeTrackingPolicy()
Get the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based
tracking policy.
|
| Modifier and Type | Method and Description |
|---|---|
BlobServicePropertiesInner |
BlobServicePropertiesInner.withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy)
Set the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based
tracking policy.
|
| Modifier and Type | Method and Description |
|---|---|
LastAccessTimeTrackingPolicy |
LastAccessTimeTrackingPolicy.withBlobType(List<String> blobType)
Set the blobType property: An array of predefined supported blob types.
|
LastAccessTimeTrackingPolicy |
LastAccessTimeTrackingPolicy.withEnable(boolean enable)
Set the enable property: When set to true last access time based tracking is enabled.
|
LastAccessTimeTrackingPolicy |
LastAccessTimeTrackingPolicy.withName(Name name)
Set the name property: Name of the policy.
|
LastAccessTimeTrackingPolicy |
LastAccessTimeTrackingPolicy.withTrackingGranularityInDays(Integer trackingGranularityInDays)
Set the trackingGranularityInDays property: The field specifies blob object tracking granularity in days,
typically how often the blob object should be tracked.This field is currently read only with value as 1.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.