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
"description": "Starts asynchronous advancement of the relocate bucket operation in the case of required write downtime, to allow it to lock the bucket at the source location, and proceed with the bucket location swap. The server makes a best effort to advance the relocate bucket operation, but success is not guaranteed.",
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed.",
"description": "Specifies the time when the relocation will revert to the sync stage if the relocation hasn't succeeded.",
4268
+
"format": "date-time",
4269
+
"type": "string"
4270
+
},
4271
+
"ttl": {
4272
+
"description": "Specifies the duration after which the relocation will revert to the sync stage if the relocation hasn't succeeded. Optional, if not supplied, a default value of 12h will be used.",
* Specifies the time when the relocation will revert to the sync stage if the relocation hasn't succeeded.
148
+
*/
149
+
expireTime?: string|null;
150
+
/**
151
+
* Specifies the duration after which the relocation will revert to the sync stage if the relocation hasn't succeeded. Optional, if not supplied, a default value of 12h will be used.
* Starts asynchronous advancement of the relocate bucket operation in the case of required write downtime, to allow it to lock the bucket at the source location, and proceed with the bucket location swap. The server makes a best effort to advance the relocate bucket operation, but success is not guaranteed.
9345
+
*
9346
+
* @param params - Parameters for request
9347
+
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
9348
+
* @param callback - Optional callback that handles the response.
9349
+
* @returns A promise if used with async/await, or void if used with a callback.
0 commit comments