VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::CacheableStringArray Class Reference
An immutable wrapper for array of strings that can serve as a distributable object for caching. More...
#include <CacheableStringArray.hpp>
Inherits Apache::Geode::Client::IDataSerializablePrimitive.
Public Member Functions | |
| array< String^> ^ | GetValues () |
| Returns a copy of the underlying array of strings. | |
| virtual String ^ | ToString () override |
| Return a string representation of the object. | |
Static Public Member Functions | |
| static CacheableStringArray ^ | Create (array< String^>^ strings) |
| Static function to create a new instance copying from the given string array. | |
| static ISerializable ^ | CreateDeserializable () |
| Factory function to register this class. | |
Properties | |
| String^ | Item [get] |
| Returns a copy of the underlying string at the given index. | |
| System::Int32 | Length [get] |
| Gets the length of the array. | |
Detailed Description
An immutable wrapper for array of strings that can serve as a distributable object for caching.
Member Function Documentation
◆ Create()
|
inlinestatic |
Static function to create a new instance copying from the given string array.
If the given array of strings is null or of zero-length then this method returns null.
- Exceptions
-
IllegalArgumentException If the array contains a string greater than or equal 64K in length.
◆ CreateDeserializable()
|
inlinestatic |
Factory function to register this class.
◆ GetValues()
| array< String^> ^ Apache::Geode::Client::CacheableStringArray::GetValues | ( | ) |
Returns a copy of the underlying array of strings.
◆ ToString()
|
inlineoverridevirtual |
Return a string representation of the object.
Implements Apache::Geode::Client::ISerializable.
Property Documentation
◆ Item
|
get |
Returns a copy of the underlying string at the given index.
◆ Length
|
get |
Gets the length of the array.
Apache Geode C++ Cache .NET API Documentation