C# 클래스 SwiftClient.ClientExtensions

파일 보기 프로젝트 열기: vtfuture/SwiftClient

공개 메소드들

메소드 설명
DeleteContainerContents ( this client, string containerId, int limit = 1000 ) : Task
DeleteContainerWithContents ( this client, string containerId, int limit = 1000 ) : Task
PutLargeObject ( this client, string containerId, string objectId, Stream stream, string>.Dictionary headers = null, long>.Action progress = null, long bufferSize = 1000000, bool checkIntegrity = false ) : Task

메소드 상세

DeleteContainerContents() 공개 정적인 메소드

public static DeleteContainerContents ( this client, string containerId, int limit = 1000 ) : Task
client this
containerId string
limit int
리턴 Task

DeleteContainerWithContents() 공개 정적인 메소드

public static DeleteContainerWithContents ( this client, string containerId, int limit = 1000 ) : Task
client this
containerId string
limit int
리턴 Task

PutLargeObject() 공개 정적인 메소드

public static PutLargeObject ( this client, string containerId, string objectId, Stream stream, string>.Dictionary headers = null, long>.Action progress = null, long bufferSize = 1000000, bool checkIntegrity = false ) : Task
client this
containerId string
objectId string
stream Stream
headers string>.Dictionary
progress long>.Action
bufferSize long
checkIntegrity bool
리턴 Task