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