C#
C++
F#
VB
CloudFile.::..ResizeAsync Method (Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition, FileRequestOptions, OperationContext)
Returns a task that performs an asynchronous operation to resize a file.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task ResizeAsync( long size, AccessCondition accessCondition, FileRequestOptions options, OperationContext operationContext )
C++
public: [DoesServiceRequestAttribute] virtual Task^ ResizeAsync( long long size, AccessCondition^ accessCondition, FileRequestOptions^ options, OperationContext^ operationContext )
[<DoesServiceRequestAttribute>] abstract ResizeAsync : size:int64 * accessCondition:AccessCondition * options:FileRequestOptions * operationContext:OperationContext -> Task [<DoesServiceRequestAttribute>] override ResizeAsync : size:int64 * accessCondition:AccessCondition * options:FileRequestOptions * operationContext:OperationContext -> Task
<DoesServiceRequestAttribute> Public Overridable Function ResizeAsync ( size As Long, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext ) As Task
Parameters
- size
-
Type:
System.Int64System::Int64System.Int64System.Int64
The maximum size of the file, in bytes.
- accessCondition
-
Type:
Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage::AccessCondition^Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage.AccessCondition
An AccessCondition object that represents the access conditions for the file. If null, no condition is used.
- options
-
Type:
Microsoft.WindowsAzure.Storage.File.FileRequestOptionsMicrosoft.WindowsAzure.Storage.File::FileRequestOptions^Microsoft.WindowsAzure.Storage.File.FileRequestOptionsMicrosoft.WindowsAzure.Storage.File.FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the current operation.