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 )
Related enumerations
Other related enumerations are:
Applies to
Here’s a list of functions that work with BufferMode.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy