Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,13 @@
"enabled": {
"type": "boolean",
"description": "Indicates whether change feed event logging is enabled for the Blob service."
},
"retentionInDays": {
"type": "integer",
"minimum": 1,
"maximum": 146000,
"format": "int32",
"description": "Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed."
}
},
"description": "The blob service properties for change feed events."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
},
"isVersioningEnabled": true,
"changeFeed": {
"enabled": true
"enabled": true,
"retentionInDays": 7
}
},
"sku": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
},
"isVersioningEnabled": true,
"changeFeed": {
"enabled": true
"enabled": true,
"retentionInDays": 7
}
},
"sku": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
},
"isVersioningEnabled": true,
"changeFeed": {
"enabled": true
"enabled": true,
"retentionInDays": 7
}
}
}
Expand Down Expand Up @@ -156,7 +157,8 @@
},
"isVersioningEnabled": true,
"changeFeed": {
"enabled": true
"enabled": true,
"retentionInDays": 7
}
},
"sku": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,13 @@
"enabled": {
"type": "boolean",
"description": "Indicates whether change feed event logging is enabled for the Blob service."
},
"retentionInDays": {
"type": "integer",
"minimum": 1,
"maximum": 146000,
"format": "int32",
"description": "Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed."
}
},
"description": "The blob service properties for change feed events."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
},
"isVersioningEnabled": true,
"changeFeed": {
"enabled": true
"enabled": true,
"retentionInDays": 7
}
},
"sku": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
},
"isVersioningEnabled": true,
"changeFeed": {
"enabled": true
"enabled": true,
"retentionInDays": 7
}
},
"sku": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
},
"isVersioningEnabled": true,
"changeFeed": {
"enabled": true
"enabled": true,
"retentionInDays": 7
}
}
}
Expand Down Expand Up @@ -156,7 +157,8 @@
},
"isVersioningEnabled": true,
"changeFeed": {
"enabled": true
"enabled": true,
"retentionInDays": 7
}
},
"sku": {
Expand Down