ChangeFeed Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. ChangeFeed
- com.
Implements
public final class ChangeFeed
implements JsonSerializable<ChangeFeed>
The blob service properties for change feed events.
Constructor Summary
Constructor | Description |
---|---|
ChangeFeed() |
Creates an instance of Change |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Indicates whether change feed event logging is enabled for the Blob service. |
static
Change |
fromJson(JsonReader jsonReader)
Reads an instance of Change |
Integer |
retentionInDays()
Get the retention |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Change |
withEnabled(Boolean enabled)
Set the enabled property: Indicates whether change feed event logging is enabled for the Blob service. |
Change |
withRetentionInDays(Integer retentionInDays)
Set the retention |
Methods inherited from java.lang.Object
Constructor Details
ChangeFeed
public ChangeFeed()
Creates an instance of ChangeFeed class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Indicates whether change feed event logging is enabled for the Blob service.
Returns:
fromJson
public static ChangeFeed fromJson(JsonReader jsonReader)
Reads an instance of ChangeFeed from the JsonReader.
Parameters:
Returns:
Throws:
retentionInDays
public Integer retentionInDays()
Get the retentionInDays property: Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public ChangeFeed withEnabled(Boolean enabled)
Set the enabled property: Indicates whether change feed event logging is enabled for the Blob service.
Parameters:
Returns:
withRetentionInDays
public ChangeFeed withRetentionInDays(Integer retentionInDays)
Set the retentionInDays property: Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
Parameters:
Returns:
Applies to
Azure SDK for Java