You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10-01-preview/eventhubs.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@
274
274
"description": "Enumerates the possible values for cleanup policy",
275
275
"enum": [
276
276
"Delete",
277
-
"Compaction"
277
+
"Compact"
278
278
],
279
279
"x-ms-enum": {
280
280
"name": "CleanupPolicyRetentionDescription",
@@ -284,12 +284,12 @@
284
284
"retentionTimeInHours": {
285
285
"format": "int64",
286
286
"type": "integer",
287
-
"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 "
287
+
"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 "
288
288
},
289
289
"tombstoneRetentionTimeInHours": {
290
290
"format": "int32",
291
291
"type": "integer",
292
-
"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"
292
+
"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"
293
293
}
294
294
},
295
295
"description": "Properties to configure retention settings for the eventhub"
Copy file name to clipboardExpand all lines: specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10-01-preview/examples/EventHubs/EHEventHubCreate.json
Copy file name to clipboardExpand all lines: specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10-01-preview/examples/EventHubs/EHEventHubGet.json
0 commit comments