public sealed class CommandPartition : IEquatable<CommandPartition>
Represents a partition of data upon which a SpannerCommand will execute.
Partitions are useful for parallelizing large operations across several tasks or processes.
After partitioning a query, the partitions can be serialized using this method, then deserialized
with FromBase64String(String) on multiple machines, allowing parallel processing.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eCommandPartition\u003c/code\u003e class represents a data partition for a \u003ccode\u003eSpannerCommand\u003c/code\u003e, enabling parallel execution of large operations across multiple tasks or processes.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 5.0.0-beta05, while version 3.10.0 is being detailed, and versions range from 3.5.0 all the way to 5.0.0-beta05.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePartitionId\u003c/code\u003e property provides a unique identifier for the data set included when the \u003ccode\u003eSpannerCommand\u003c/code\u003e executes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommandPartition\u003c/code\u003e objects can be serialized into base64 text using the \u003ccode\u003eToBase64String()\u003c/code\u003e method and reconstructed using the \u003ccode\u003eFromBase64String(String)\u003c/code\u003e method, facilitating parallel processing across multiple machines.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from Object and implements \u003ccode\u003eIEquatable<CommandPartition>\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]