CloudFilesProvider Constructor |
Name | Description | |
---|---|---|
CloudFilesProvider |
Initializes a new instance of the CloudFilesProvider class with
no default identity or region, and the default identity provider and REST service
implementation.
| |
CloudFilesProvider(IRestService) |
Initializes a new instance of the CloudFilesProvider class with
no default identity or region, the default identity provider, and the specified
REST service implementation.
| |
CloudFilesProvider(CloudIdentity) |
Initializes a new instance of the CloudFilesProvider class with
the specified default identity, no default region, and the default identity provider
and REST service implementation.
| |
CloudFilesProvider(IIdentityProvider) |
Initializes a new instance of the CloudFilesProvider class with
no default identity or region, the specified identity provider, and the default
REST service implementation.
| |
CloudFilesProvider(CloudIdentity, IRestService) |
Initializes a new instance of the CloudFilesProvider class with
the specified default identity and REST service implementation, no default region,
and the default identity provider.
| |
CloudFilesProvider(CloudIdentity, IIdentityProvider) |
Initializes a new instance of the CloudFilesProvider class with
the specified default identity and identity provider, no default region, and
the default REST service implementation.
| |
CloudFilesProvider(CloudIdentity, IIdentityProvider, IRestService) |
Initializes a new instance of the CloudFilesProvider class with
the specified default identity, no default region, the specified identity
provider and REST service implementation, and the default
Rackspace-Cloud-Files-specific implementations of the object storage validator,
metadata processor, encoder, status parser, and bulk delete results mapper.
| |
CloudFilesProvider(CloudIdentity, String, IIdentityProvider, IRestService) |
Initializes a new instance of the CloudFilesProvider class with
the specified default identity, default region, identity provider, and REST service
implementation, and the default Rackspace-Cloud-Files-specific implementations of
the object storage validator, metadata processor, encoder, status parser, and bulk
delete results mapper.
|