Appearance
Enumeration: ResponseType
Defined in: node_modules/.pnpm/@microsoft+microsoft-graph-client@3.0.7_@azure+identity@4.13.0/node_modules/@microsoft/microsoft-graph-client/lib/src/ResponseType.d.ts:17
Enum for ResponseType values
Enumeration Members
ARRAYBUFFER
ts
ARRAYBUFFER: "arraybuffer";Defined in: node_modules/.pnpm/@microsoft+microsoft-graph-client@3.0.7_@azure+identity@4.13.0/node_modules/@microsoft/microsoft-graph-client/lib/src/ResponseType.d.ts:18
To download response content as an [ArrayBuffer]https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
BLOB
ts
BLOB: "blob";Defined in: node_modules/.pnpm/@microsoft+microsoft-graph-client@3.0.7_@azure+identity@4.13.0/node_modules/@microsoft/microsoft-graph-client/lib/src/ResponseType.d.ts:19
To download content as a [binary/blob] https://developer.mozilla.org/en-US/docs/Web/API/Blob
DOCUMENT
ts
DOCUMENT: "document";Defined in: node_modules/.pnpm/@microsoft+microsoft-graph-client@3.0.7_@azure+identity@4.13.0/node_modules/@microsoft/microsoft-graph-client/lib/src/ResponseType.d.ts:20
This downloads content as a document or stream
JSON
ts
JSON: "json";Defined in: node_modules/.pnpm/@microsoft+microsoft-graph-client@3.0.7_@azure+identity@4.13.0/node_modules/@microsoft/microsoft-graph-client/lib/src/ResponseType.d.ts:21
To download response content as a json
RAW
ts
RAW: "raw";Defined in: node_modules/.pnpm/@microsoft+microsoft-graph-client@3.0.7_@azure+identity@4.13.0/node_modules/@microsoft/microsoft-graph-client/lib/src/ResponseType.d.ts:22
STREAM
ts
STREAM: "stream";Defined in: node_modules/.pnpm/@microsoft+microsoft-graph-client@3.0.7_@azure+identity@4.13.0/node_modules/@microsoft/microsoft-graph-client/lib/src/ResponseType.d.ts:23
To download response as a [stream]https://nodejs.org/api/stream.html
TEXT
ts
TEXT: "text";Defined in: node_modules/.pnpm/@microsoft+microsoft-graph-client@3.0.7_@azure+identity@4.13.0/node_modules/@microsoft/microsoft-graph-client/lib/src/ResponseType.d.ts:24
For downloading response as a text