C# 클래스 Nupload.GoogleCloudStorageUploadConfiguration

상속: IUploadConfiguration
파일 보기 프로젝트 열기: appharbor/nupload

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GoogleCloudStorageUploadConfiguration ( GoogleCredentials credentials, string bucket, GoogleCloudStorageObjectConfiguration objectConfiguration ) : System
GoogleCloudStorageUploadConfiguration ( GoogleCredentials credentials, string bucket, GoogleCloudStorageObjectConfiguration objectConfiguration, TimeSpan policyExpiration ) : System

메소드 상세

GoogleCloudStorageUploadConfiguration() 공개 메소드

public GoogleCloudStorageUploadConfiguration ( GoogleCredentials credentials, string bucket, GoogleCloudStorageObjectConfiguration objectConfiguration ) : System
credentials GoogleCredentials
bucket string
objectConfiguration GoogleCloudStorageObjectConfiguration
리턴 System

GoogleCloudStorageUploadConfiguration() 공개 메소드

public GoogleCloudStorageUploadConfiguration ( GoogleCredentials credentials, string bucket, GoogleCloudStorageObjectConfiguration objectConfiguration, TimeSpan policyExpiration ) : System
credentials GoogleCredentials
bucket string
objectConfiguration GoogleCloudStorageObjectConfiguration
policyExpiration TimeSpan
리턴 System