Class EventHubCaptureDescriptionGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventHubCaptureDescriptionGetArgs : ResourceArgs
Constructors
View SourceEventHubCaptureDescriptionGetArgs()
Declaration
public EventHubCaptureDescriptionGetArgs()
Properties
View SourceDestination
A destination block as defined below.
Declaration
public Input<EventHubCaptureDescriptionDestinationGetArgs> Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EventHubCaptureDescriptionDestinationGetArgs> |
Enabled
Specifies if the Capture Description is Enabled.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Encoding
Specifies the Encoding used for the Capture Description. Possible values are Avro and AvroDeflate.
Declaration
public Input<string> Encoding { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> IntervalInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> SizeLimitInBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> SkipEmptyArchives { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |