Table of Contents

Class DeleteFileCacheRequest

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Container for the parameters to the DeleteFileCache operation. Deletes an Amazon File Cache resource. After deletion, the cache no longer exists, and its data is gone.

The DeleteFileCache operation returns while the cache has the DELETING status. You can check the cache deletion status by calling the DescribeFileCaches operation, which returns a list of caches in your account. If you pass the cache ID for a deleted cache, the DescribeFileCaches operation returns a FileCacheNotFound error.

The data in a deleted cache is also deleted and can't be recovered by any means.

public class DeleteFileCacheRequest : AmazonFSxRequest
Inheritance
DeleteFileCacheRequest

Constructors

DeleteFileCacheRequest()

public DeleteFileCacheRequest()

Properties

ClientRequestToken

Gets and sets the property ClientRequestToken.

public string ClientRequestToken { get; set; }

Property Value

string

FileCacheId

Gets and sets the property FileCacheId.

The ID of the cache that's being deleted.

public string FileCacheId { get; set; }

Property Value

string