C# Class Stratosphere.Block.S3.S3Block

Inheritance: S3Base, IBlock
ファイルを表示 Open project: petrohi/Stratosphere

Public Methods

Method Description
Delete ( ) : void
Read ( Action action ) : void
S3Block ( S3Service service, string containerName, string name, System.DateTime lastModifiedDate, long sizeBytes ) : System
Write ( Action action ) : void

Method Details

Delete() public method

public Delete ( ) : void
return void

Read() public method

public Read ( Action action ) : void
action Action
return void

S3Block() public method

public S3Block ( S3Service service, string containerName, string name, System.DateTime lastModifiedDate, long sizeBytes ) : System
service S3Service
containerName string
name string
lastModifiedDate System.DateTime
sizeBytes long
return System

Write() public method

public Write ( Action action ) : void
action Action
return void