Show / Hide Table of Contents

Class EventHubCaptureDescriptionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventHubCaptureDescriptionGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

EventHubCaptureDescriptionGetArgs()

Declaration
public EventHubCaptureDescriptionGetArgs()

Properties

View Source

Destination

A destination block as defined below.

Declaration
public Input<EventHubCaptureDescriptionDestinationGetArgs> Destination { get; set; }
Property Value
Type Description
Input<EventHubCaptureDescriptionDestinationGetArgs>
View Source

Enabled

Specifies if the Capture Description is Enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.