Class FileReadResponse
java.lang.Object
com.azure.core.http.rest.ResponseBase<FileReadHeaders,Void>
com.azure.storage.file.datalake.models.FileReadResponse
- All Implemented Interfaces:
com.azure.core.http.rest.Response<Void>
public final class FileReadResponse
extends com.azure.core.http.rest.ResponseBase<FileReadHeaders,Void>
This class contains the response information return from the server when reading a file.
-
Constructor Summary
ConstructorsConstructorDescriptionFileReadResponse
(FileReadAsyncResponse response) Constructs aFileReadResponse
. -
Method Summary
Methods inherited from class com.azure.core.http.rest.ResponseBase
getDeserializedHeaders, getHeaders, getRequest, getStatusCode, getValue
-
Constructor Details
-
FileReadResponse
Constructs aFileReadResponse
.- Parameters:
response
- Response returned from the service.
-