@@ -172,8 +172,8 @@ def create_container(
172
172
:param offer_throughput: The provisioned throughput for this offer.
173
173
:param unique_key_policy: The unique key policy to apply to the container.
174
174
:param conflict_resolution_policy: The conflict resolution policy to apply to the container.
175
- :param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of None leaves
176
- analytical storage off and a value of -1 turns analytical storage on with no TTL.
175
+ :param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of
176
+ None leaves analytical storage off and a value of -1 turns analytical storage on with no TTL.
177
177
:keyword str session_token: Token for use with Session consistency.
178
178
:keyword dict[str,str] initial_headers: Initial headers to be sent as part of the request.
179
179
:keyword str etag: An ETag value, or the wildcard character (*). Used to check if the resource
@@ -266,8 +266,8 @@ def create_container_if_not_exists(
266
266
:param offer_throughput: The provisioned throughput for this offer.
267
267
:param unique_key_policy: The unique key policy to apply to the container.
268
268
:param conflict_resolution_policy: The conflict resolution policy to apply to the container.
269
- :param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of None leaves
270
- analytical storage off and a value of -1 turns analytical storage on with no TTL.
269
+ :param analytical_storage_ttl: Analytical store time to live (TTL) for items in the container. A value of
270
+ None leaves analytical storage off and a value of -1 turns analytical storage on with no TTL.
271
271
:keyword str session_token: Token for use with Session consistency.
272
272
:keyword dict[str,str] initial_headers: Initial headers to be sent as part of the request.
273
273
:keyword str etag: An ETag value, or the wildcard character (*). Used to check if the resource
0 commit comments