Uses of Class
com.azure.resourcemanager.storage.models.ChangeFeed
-
Packages that use ChangeFeed 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. -
-
Uses of ChangeFeed in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ChangeFeed Modifier and Type Method Description ChangeFeedBlobServicePropertiesInner. changeFeed()Get the changeFeed property: The blob service properties for change feed events.ChangeFeedBlobServicePropertiesProperties. 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 ChangeFeed Modifier and Type Method Description BlobServicePropertiesInnerBlobServicePropertiesInner. withChangeFeed(ChangeFeed changeFeed)Set the changeFeed property: The blob service properties for change feed events.BlobServicePropertiesPropertiesBlobServicePropertiesProperties. 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 ChangeFeed Modifier and Type Method Description ChangeFeedChangeFeed. withEnabled(Boolean enabled)Set the enabled property: Indicates whether change feed event logging is enabled for the Blob service.ChangeFeedChangeFeed. withRetentionInDays(Integer retentionInDays)Set the retentionInDays property: Indicates the duration of changeFeed retention in days.
-