Skip to content

Commit

Permalink
CodeGen from PR 24056 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge e576ea62e73bff95e646da2c7b0235e5e0749ac4 into 97a3d07807c5e7f23e0f47f532d0555ff2aa5d5d
  • Loading branch information
SDKAuto committed May 18, 2023
1 parent ec38aad commit e61330d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schemas/2022-10-01-preview/Microsoft.EventHub.json
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@
"type": "string",
"enum": [
"Delete",
"Compaction"
"Compact"
]
},
{
Expand All @@ -1792,7 +1792,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Number of hours to retain the events for this Event Hub. This value is only used when cleanupPolicy is Delete. If cleanupPolicy is Compaction the returned value of this property is Long.MaxValue "
"description": "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 "
},
"tombstoneRetentionTimeInHours": {
"oneOf": [
Expand All @@ -1803,7 +1803,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compaction. 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"
"description": "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"
}
},
"description": "Properties to configure retention settings for the eventhub"
Expand Down

0 comments on commit e61330d

Please sign in to comment.