Pivotal GemFire Native .NET Reference
10.0.5
|
An immutable wrapper for array of strings that can serve as a distributable object for caching. More...
Inherits Apache::Geode::Client::IDataSerializablePrimitive.
Public Member Functions | |
array< String^> ^ | GetValues () |
Returns a copy of the underlying array of strings. More... | |
virtual String ^ | ToString () override |
Return a string representation of the object. More... | |
Static Public Member Functions | |
static CacheableStringArray ^ | Create (array< String^>^ strings) |
Static function to create a new instance copying from the given string array. More... | |
static ISerializable ^ | CreateDeserializable () |
Factory function to register this class. More... | |
Properties | |
String^ | Item [get] |
Returns a copy of the underlying string at the given index. More... | |
System::Int32 | Length [get] |
Gets the length of the array. More... | |
An immutable wrapper for array of strings that can serve as a distributable object for caching.
|
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.
IllegalArgumentException | If the array contains a string greater than or equal 64K in length. |
|
inlinestatic |
Factory function to register this class.
array<String^> ^ Apache::Geode::Client::CacheableStringArray::GetValues | ( | ) |
Returns a copy of the underlying array of strings.
|
inlineoverridevirtual |
Return a string representation of the object.
Implements Apache::Geode::Client::ISerializable.
|
get |
Returns a copy of the underlying string at the given index.
|
get |
Gets the length of the array.