@azure/search-documents
Version:
Azure client library to use AI Search for node.js and browser.
9 lines • 359 B
TypeScript
import type { PipelinePolicy } from "@azure/core-rest-pipeline";
type MetadataLevel = "none" | "minimal";
/**
* A policy factory for setting the Accept header to ignore odata metadata
* @internal
*/
export declare function createOdataMetadataPolicy(metadataLevel: MetadataLevel): PipelinePolicy;
export {};
//# sourceMappingURL=odataMetadataPolicy.d.ts.map