C# 클래스 Stratosphere.Block.S3.S3Block

상속: S3Base, IBlock
파일 보기 프로젝트 열기: petrohi/Stratosphere

공개 메소드들

메소드 설명
Delete ( ) : void
Read ( Action action ) : void
S3Block ( S3Service service, string containerName, string name, System.DateTime lastModifiedDate, long sizeBytes ) : System
Write ( Action action ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Read() 공개 메소드

public Read ( Action action ) : void
action Action
리턴 void

S3Block() 공개 메소드

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
리턴 System

Write() 공개 메소드

public Write ( Action action ) : void
action Action
리턴 void