public final class ChangeFeed extends Object
| Constructor and Description |
|---|
ChangeFeed() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: Indicates whether change feed event logging is enabled for the Blob service.
|
Integer |
retentionInDays()
Get the retentionInDays property: Indicates the duration of changeFeed retention in days.
|
void |
validate()
Validates the instance.
|
ChangeFeed |
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.
|
public Boolean enabled()
public ChangeFeed withEnabled(Boolean enabled)
enabled - the enabled value to set.public Integer retentionInDays()
public ChangeFeed withRetentionInDays(Integer retentionInDays)
retentionInDays - the retentionInDays value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.