C# Class Stratosphere.Block.S3.S3Block

Inheritance: S3Base, IBlock
Afficher le fichier Open project: petrohi/Stratosphere

Méthodes publiques

Méthode 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 méthode

public Delete ( ) : void
Résultat void

Read() public méthode

public Read ( Action action ) : void
action Action
Résultat void

S3Block() public méthode

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
Résultat System

Write() public méthode

public Write ( Action action ) : void
action Action
Résultat void