GigaSpaces XAP.NET Documentation
StorageType Property
Class LibraryGigaSpaces.Core.MetadataSpacePropertyAttributeStorageType
Specifies how this field/property will be serialized and stored in the space.
Declaration Syntax
C#Visual BasicVisual C++J#
public StorageType StorageType { get; set; }
Public Property StorageType As StorageType
public:
property StorageType StorageType {
	StorageType get ();
	void set (StorageType value);
}
/** @property */
public StorageType get_StorageType()
/** @property */
public  void set_StorageType(StorageType value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.1.4.4750 (7.1.4.4750)