BufferMode.Type

Updated on

BufferMode.Type describes the type of buffering to be performed.

Enumeration Options

Enumerations simplify the process of selecting options within a function. To specify the BufferMode.Type, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).

ArgumentValueDescription
BufferMode.Eager1The entire value is immediately buffered in memory before continuing.
BufferMode.Delayed2The type of the value is computed immediately but its contents aren’t buffered until data is needed, at which point the entire value is immediately buffered.

Applies to

Here’s a list of functions that work with BufferMode.Type:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/buffermode-type

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy