Archive

BinaryFormat.UnsignedInteger64

Syntax BinaryFormat.UnsignedInteger64(binary as binary) as any Description A binary format that reads a 64-bit unsigned integer. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Binary Functions / BinaryFormat.UnsignedInteger64

Occurrence.Required

Syntax null Description The item is expected to appear once in the input. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Binary Functions / Occurrence.Required

BinaryOccurrence.Repeating

Syntax null Description The item is expected to appear zero or more times in the input. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Binary Functions / BinaryOccurrence.Repeating

ByteOrder.LittleEndian

Syntax null Description A possible value for the byteOrder parameter in BinaryFormat.ByteOrder. The least significant byte appears first in Little Endian byte order. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Binary Functions / ByteOrder.LittleEndian

Binary.Buffer

Syntax Binary.Buffer(binary as nullable binary) as nullable binary Description Buffers the binary value in memory. The result of this call is a stable binary value, which means it will have a deterministic length and order of bytes. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions /… Read More »Binary.Buffer

BinaryFormat.Choice

Syntax BinaryFormat.Choice(binaryFormat as function, chooseFunction as function, optional type as nullable type, optional combineFunction as nullable function) as function Description Returns a binary format that chooses the next binary format based on a value that has already been read. The binary format value produced by… Read More »BinaryFormat.Choice

Occurrence.Repeating

Syntax null Description The item is expected to appear zero or more times in the input. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Binary Functions / Occurrence.Repeating

BinaryOccurrence.Optional

Syntax null Description The item is expected to appear zero or one time in the input. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Binary Functions / BinaryOccurrence.Optional

BinaryFormat.Double

Syntax BinaryFormat.Double(binary as binary) as any Description A binary format that reads an 8-byte IEEE double-precision floating point value. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Binary Functions / BinaryFormat.Double

BinaryEncoding.Hex

Syntax null Description Constant to use as the encoding type when hexadecimal encoding is required. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Binary Functions / BinaryEncoding.Hex