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
/// <param name="destinationObjectName">Name of the destination object.<remarks>Example image_name.jpeg</remarks></param>
334
-
/// <param name="headers">The headers. </param>
334
+
/// <param name="headers">A list of HTTP headers to send to the service. </param>
335
335
/// <param name="region">The region in which to execute this action.<remarks>If not specified, the user’s default region will be used.</remarks></param>
336
336
///<param name="useInternalUrl">If set to <c>true</c> uses ServiceNet URL.</param>
337
337
/// <param name="identity">The users Cloud Identity. <see cref="CloudIdentity"/> <remarks>If not specified, the default identity given in the constructor will be used.</remarks> </param>
/// <param name="destinationObjectName">Name of the destination object.<remarks>Example image_name.jpeg</remarks></param>
348
+
/// <param name="headers">A list of HTTP headers to send to the service. </param>
349
+
/// <param name="region">The region in which to execute this action.<remarks>If not specified, the user’s default region will be used.</remarks></param>
350
+
///<param name="useInternalUrl">If set to <c>true</c> uses ServiceNet URL.</param>
351
+
/// <param name="identity">The users Cloud Identity. <see cref="CloudIdentity"/> <remarks>If not specified, the default identity given in the constructor will be used.</remarks> </param>
/// <param name="objectName">Name of the object.<remarks>Example image_name.jpeg</remarks></param>
346
-
/// <param name="headers">The headers. </param>
360
+
/// <param name="headers">A list of HTTP headers to send to the service. </param>
361
+
/// <param name="deleteSegments">Indicates whether the file's segments should be deleted if any exist.</param>
347
362
/// <param name="region">The region in which to execute this action.<remarks>If not specified, the user’s default region will be used.</remarks></param>
348
363
/// <param name="useInternalUrl">If set to <c>true</c> uses ServiceNet URL.</param>
349
364
/// <param name="identity">The users Cloud Identity. <see cref="CloudIdentity"/> <remarks>If not specified, the default identity given in the constructor will be used.</remarks> </param>
0 commit comments