EventhubProperties 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 supplied to the Create Or Update Event Hub operation.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EventhubPropertiesTypeConverter))]
public class EventhubProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventhubProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EventhubPropertiesTypeConverter))>]
type EventhubProperties = class
interface IEventhubProperties
interface IJsonSerializable
Public Class EventhubProperties
Implements IEventhubProperties
- Inheritance
-
EventhubProperties
- Attributes
- Implements
Constructors
EventhubProperties() |
Creates an new EventhubProperties instance. |
Properties
ArchiveNameFormat |
Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order |
BlobContainer |
Blob container Name |
CaptureDescriptionEnabled |
A value that indicates whether capture description is enabled. |
CaptureDescriptionEncoding |
Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version |
CaptureDescriptionIntervalInSecond |
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 |
CaptureDescriptionSizeLimitInByte |
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 |
CaptureDescriptionSkipEmptyArchive |
A value that indicates whether to Skip Empty Archives |
CreatedAt |
Exact time the Event Hub was created. |
DataLakeAccountName |
The Azure Data Lake Store name for the captured events |
DataLakeFolderPath |
The destination folder path for the captured events |
DataLakeSubscriptionId |
Subscription Id of Azure Data Lake Store |
DestinationName |
Name for capture destination |
IdentityType |
Type of Azure Active Directory Managed Identity. |
IdentityUserAssignedIdentity |
ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used. |
MessageRetentionInDay |
Number of days to retain the events for this Event Hub, value should be 1 to 7 days |
PartitionCount |
Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions. |
PartitionId |
Current number of shards on the Event Hub. |
RetentionDescriptionCleanupPolicy |
Enumerates the possible values for cleanup policy |
RetentionDescriptionRetentionTimeInHour |
Number of hours to retain the events for this Event Hub. This value is only used when cleanupPolicy is Delete. If cleanupPolicy is Compact the returned value of this property is Long.MaxValue |
RetentionDescriptionTombstoneRetentionTimeInHour |
Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compact. Consumer must complete reading the tombstone marker within this specified amount of time if consumer begins from starting offset to ensure they get a valid snapshot for the specific key described by the tombstone marker within the compacted Event Hub |
Status |
Enumerates the possible values for the status of the Event Hub. |
StorageAccountResourceId |
Resource id of the storage account to be used to create the blobs |
UpdatedAt |
The exact time the message was updated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EventhubProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EventhubProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventhubProperties. |
FromJsonString(String) |
Creates a new instance of EventhubProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EventhubProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |