The option [ctype=CORD] may be applied to a non-repeated field of type
"bytes". It indicates that in C++, the data should be stored in a Cord
instead of a string. For very large strings, this may reduce memory
fragmentation. It may also allow better performance when parsing from a
Cord, or when parsing with aliasing enabled, as the parsed Cord may then
alias the original buffer.
[[["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-07 UTC."],[[["The latest version available is 3.27.1, with version 3.23.0 and 3.15.8 also listed."],["`FieldOptions.Types.CType` is an enum located within the `Google.Protobuf.Reflection` namespace, found in the `Google.Protobuf.dll` assembly."],["The enum defines fields like `Cord`, `String`, and `StringPiece`, each holding a different purpose."],["The `Cord` field, when applied to a non-repeated field of type \"bytes\", indicates that in C++, the data will be stored in a Cord, potentially reducing memory fragmentation and improving performance with large strings."]]],[]]