AWS SDK for .NET Documentation
AddWorkingStorage Method (addWorkingStorageRequest)
AmazonAmazon.StorageGatewayAmazonStorageGatewayClientAddWorkingStorage(AddWorkingStorageRequest) Did this page help you?   Yes   No    Tell us about it...

This operation configures one or more gateway local disks as working storage for a gateway. This operation is supported only for the gateway-stored volume architecture. This operation is deprecated method in cached-volumes API version (20120630). Use AddUploadBuffer instead.

NOTE: Working storage is also referred to as upload buffer. You can also use the AddUploadBuffer operation to add upload buffer to a stored-volume gateway.

In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add working storage, and one or more disk IDs that you want to configure as working storage.

Declaration Syntax
C#
public AddWorkingStorageResponse AddWorkingStorage(
	AddWorkingStorageRequest addWorkingStorageRequest
)
Parameters
addWorkingStorageRequest (AddWorkingStorageRequest)
Container for the necessary parameters to execute the AddWorkingStorage service method on AmazonStorageGateway.
Return Value
The response from the AddWorkingStorage service method, as returned by AmazonStorageGateway.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)