StartBulkVolumeWriteRequest Class |
Namespace: SolidFire.Element.Api
public class StartBulkVolumeWriteRequest : RpcBase
The StartBulkVolumeWriteRequest type exposes the following members.
Name | Description | |
---|---|---|
StartBulkVolumeWriteRequest | Initializes a new instance of the StartBulkVolumeWriteRequest class |
Name | Description | |
---|---|---|
Attributes |
JSON attributes for the bulk volume job.
| |
Format |
The format of the volume data. It can be either of the following formats:
uncompressed: Every byte of the volume is returned without any compression.
native: Opaque data is returned that is smaller and more efficiently stored and written on a subsequent bulk
volume write.
| |
Script |
The executable name of a script. If unspecified,
the key and URL are necessary to access SF-series
nodes. The script runs on the primary node and the key
and URL is returned to the script, so the local web server
can be contacted.
| |
ScriptParameters |
JSON parameters to pass to the script.
| |
VolumeID |
The ID of the volume to be written to.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |