public class CaptureDescription extends Object
Constructor and Description |
---|
CaptureDescription() |
Modifier and Type | Method and Description |
---|---|
Destination |
destination()
Get properties of Destination where capture will be stored.
|
Boolean |
enabled()
Get a value that indicates whether capture description is enabled.
|
EncodingCaptureDescription |
encoding()
Get enumerates the possible values for the encoding format of capture description.
|
Integer |
intervalInSeconds()
Get the time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds.
|
Integer |
sizeLimitInBytes()
Get the size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes.
|
Boolean |
skipEmptyArchives()
Get a value that indicates whether to Skip Empty Archives.
|
CaptureDescription |
withDestination(Destination destination)
Set properties of Destination where capture will be stored.
|
CaptureDescription |
withEnabled(Boolean enabled)
Set a value that indicates whether capture description is enabled.
|
CaptureDescription |
withEncoding(EncodingCaptureDescription encoding)
Set enumerates the possible values for the encoding format of capture description.
|
CaptureDescription |
withIntervalInSeconds(Integer intervalInSeconds)
Set the time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds.
|
CaptureDescription |
withSizeLimitInBytes(Integer sizeLimitInBytes)
Set the size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes.
|
CaptureDescription |
withSkipEmptyArchives(Boolean skipEmptyArchives)
Set a value that indicates whether to Skip Empty Archives.
|
public Boolean enabled()
public CaptureDescription withEnabled(Boolean enabled)
enabled
- the enabled value to setpublic EncodingCaptureDescription encoding()
public CaptureDescription withEncoding(EncodingCaptureDescription encoding)
encoding
- the encoding value to setpublic Integer intervalInSeconds()
public CaptureDescription withIntervalInSeconds(Integer intervalInSeconds)
intervalInSeconds
- the intervalInSeconds value to setpublic Integer sizeLimitInBytes()
public CaptureDescription withSizeLimitInBytes(Integer sizeLimitInBytes)
sizeLimitInBytes
- the sizeLimitInBytes value to setpublic Destination destination()
public CaptureDescription withDestination(Destination destination)
destination
- the destination value to setpublic Boolean skipEmptyArchives()
public CaptureDescription withSkipEmptyArchives(Boolean skipEmptyArchives)
skipEmptyArchives
- the skipEmptyArchives value to setCopyright © 2019. All rights reserved.