CaptureDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties to configure capture description for eventhub
public class CaptureDescription
type CaptureDescription = class
Public Class CaptureDescription
- Inheritance
-
CaptureDescription
Constructors
CaptureDescription() |
Initializes a new instance of the CaptureDescription class. |
CaptureDescription(Nullable<Boolean>, Nullable<EncodingCaptureDescription>, Nullable<Int32>, Nullable<Int32>, Destination, Nullable<Boolean>) |
Initializes a new instance of the CaptureDescription class. |
Properties
Destination |
Gets or sets properties of Destination where capture will be stored. (Storage Account, Blob Names) |
Enabled |
Gets or sets a value that indicates whether capture description is enabled. |
Encoding |
Gets or sets enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version. Possible values include: 'Avro', 'AvroDeflate' |
IntervalInSeconds |
Gets or sets 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 |
SizeLimitInBytes |
Gets or sets 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 |
SkipEmptyArchives |
Gets or sets a value that indicates whether to Skip Empty Archives |
Applies to
Azure SDK for .NET