C# Класс Nupload.GoogleCloudStorageUploadConfiguration

Наследование: IUploadConfiguration
Показать файл Открыть проект

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