public sealed class Type.Types.Struct.Types.Encoding.Types.DelimitedBytes : IMessage<Type.Types.Struct.Types.Encoding.Types.DelimitedBytes>, IEquatable<Type.Types.Struct.Types.Encoding.Types.DelimitedBytes>, IDeepCloneable<Type.Types.Struct.Types.Encoding.Types.DelimitedBytes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Type.Types.Struct.Types.Encoding.Types.DelimitedBytes.
Fields are encoded independently and concatenated with a configurable
delimiter in between.
A struct with no fields defined is encoded as a single delimiter.
Sorted mode:
Fields are encoded in sorted mode.
Encoded field values must not contain any bytes <= delimiter[0]
Element-wise order is preserved: A < B if A[0] < B[0], or if
A[0] == B[0] && A[1] < B[1], etc. Strict prefixes sort first.
Distinct mode:
Fields are encoded in distinct mode.
Encoded field values must not contain delimiter[0].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe document provides reference documentation for the \u003ccode\u003eType.Types.Struct.Types.Encoding.Types.DelimitedBytes\u003c/code\u003e class within the Google Cloud Bigtable Administration v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eDelimitedBytes\u003c/code\u003e, handles the encoding of fields independently, concatenating them with a configurable delimiter.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two encoding modes: Sorted, where encoded field values cannot be less than or equal to the first byte of the delimiter, and Distinct, where encoded field values cannot contain the first byte of the delimiter.\u003c/p\u003e\n"],["\u003cp\u003eThe document includes links to various versions of the API, ranging from version 3.24.0 (latest) down to 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]