Uses of Class
com.azure.resourcemanager.storage.models.ChangeFeed
Packages that use ChangeFeed
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ChangeFeed in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ChangeFeedModifier and TypeMethodDescriptionBlobServicePropertiesInner.changeFeed()Get the changeFeed property: The blob service properties for change feed events.BlobServicePropertiesProperties.changeFeed()Get the changeFeed property: The blob service properties for change feed events.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type ChangeFeedModifier and TypeMethodDescriptionBlobServicePropertiesInner.withChangeFeed(ChangeFeed changeFeed) Set the changeFeed property: The blob service properties for change feed events.BlobServicePropertiesProperties.withChangeFeed(ChangeFeed changeFeed) Set the changeFeed property: The blob service properties for change feed events. -
Uses of ChangeFeed in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ChangeFeedModifier and TypeMethodDescriptionChangeFeed.withEnabled(Boolean enabled) Set the enabled property: Indicates whether change feed event logging is enabled for the Blob service.ChangeFeed.withRetentionInDays(Integer retentionInDays) Set the retentionInDays property: Indicates the duration of changeFeed retention in days.