Class EventHubCaptureDescription
Inheritance
System.Object
EventHubCaptureDescription
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.EventHub.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventHubCaptureDescription
Fields
View SourceDestination
A destination block as defined below.
Declaration
public readonly EventHubCaptureDescriptionDestination Destination
Field Value
| Type | Description |
|---|---|
| EventHubCaptureDescriptionDestination |
Enabled
Specifies if the Capture Description is Enabled.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Encoding
Specifies the Encoding used for the Capture Description. Possible values are Avro and AvroDeflate.
Declaration
public readonly string Encoding
Field Value
| Type | Description |
|---|---|
| System.String |
IntervalInSeconds
Specifies the time interval in seconds at which the capture will happen. Values can be between 60 and 900 seconds. Defaults to 300 seconds.
Declaration
public readonly int? IntervalInSeconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SizeLimitInBytes
Specifies the amount of data built up in your EventHub before a Capture Operation occurs. Value should be between 10485760 and 524288000 bytes. Defaults to 314572800 bytes.
Declaration
public readonly int? SizeLimitInBytes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SkipEmptyArchives
Specifies if empty files should not be emitted if no events occur during the Capture time window. Defaults to false.
Declaration
public readonly bool? SkipEmptyArchives
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |