Class CompileQueryWithPartialEvaluationResponse
public class CompileQueryWithPartialEvaluationResponse
- Inheritance
-
CompileQueryWithPartialEvaluationResponse
- Inherited Members
Properties
CompileResultJSON
Successful response
public CompileResultJSON? CompileResultJSON { get; set; }
Property Value
CompileResultMultitarget
Successful response
public CompileResultMultitarget? CompileResultMultitarget { get; set; }
Property Value
CompileResultSQL
Successful response
public CompileResultSQL? CompileResultSQL { get; set; }
Property Value
CompileResultUCAST
Successful response
public CompileResultUCAST? CompileResultUCAST { get; set; }
Property Value
ContentType
HTTP response content type for this operation
public string? ContentType { get; set; }
Property Value
RawResponse
Raw HTTP response; suitable for custom response parsing
public HttpResponseMessage RawResponse { get; set; }
Property Value
StatusCode
HTTP response status code for this operation
public int StatusCode { get; set; }