diff --git a/AerospikeClient/Policy/Policy.cs b/AerospikeClient/Policy/Policy.cs index 524f4756..afd95fc2 100644 --- a/AerospikeClient/Policy/Policy.cs +++ b/AerospikeClient/Policy/Policy.cs @@ -1,5 +1,5 @@ /* - * Copyright 2012-2024 Aerospike, Inc. + * Copyright 2012-2025 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements. @@ -243,14 +243,15 @@ public class Policy /// Default: false (do not send the user defined key) /// /// - public bool sendKey; - + public bool sendKey; + /// /// Use zlib compression on command buffers sent to the server and responses received - /// from the server when the buffer size is greater than 128 bytes. + /// from the server when the buffer size is greater than 128 bytes. This option will + /// increase cpu and memory usage(for extra compressed buffers), but decrease the size + /// of data sent over the network. /// - /// This option will increase cpu and memory usage (for extra compressed buffers), but - /// decrease the size of data sent over the network. + /// This compression feature requires the Enterprise Edition Server. /// /// /// Default: false