BufferMode.Delayed

Updated on

BufferMode.Delayed (2) is an enumeration that describes the type of buffering to be performed. It is a member of the BufferMode.Type and specifies that the type of the value is computed immediately but its contents aren’t buffered until data is needed.

Examples

// Buffers contents only when data is needed.
= Table.Buffer( Source, BufferMode.Delayed )  

Other related enumerations are:

Applies to

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

Contribute » | Contributors: Rick de Groot

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