Type alias OINODbApiRequestParams

OINODbApiRequestParams: {
    etags?: string[];
    lastModified?: number;
    multipartBoundary?: string;
    requestType?: OINOContentType;
    responseType?: OINOContentType;
    sqlParams?: OINODbSqlParams;
}

Request options

Type declaration

  • Optional etags?: string[]

    Request etag values

  • Optional lastModified?: number

    Request last-modified value

  • Optional multipartBoundary?: string

    Multipart boundary token

  • Optional requestType?: OINOContentType

    Content type of the request body

  • Optional responseType?: OINOContentType

    Content type of the response body

  • Optional sqlParams?: OINODbSqlParams

    SQL parameters