Show / Hide Table of Contents

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 Source

Destination

A destination block as defined below.

Declaration
public readonly EventHubCaptureDescriptionDestination Destination
Field Value
Type Description
EventHubCaptureDescriptionDestination
View Source

Enabled

Specifies if the Capture Description is Enabled.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

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
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 readonly int? IntervalInSeconds
Field Value
Type Description
System.Nullable<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 readonly int? SizeLimitInBytes
Field Value
Type Description
System.Nullable<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 readonly bool? SkipEmptyArchives
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.