Click or drag to resize
CloudFilesProvider Constructor
Overload List
  NameDescription
Public methodCloudFilesProvider
Initializes a new instance of the CloudFilesProvider class with no default identity or region, and the default identity provider and REST service implementation.
Public methodCloudFilesProvider(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.
Public methodCloudFilesProvider(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.
Public methodCloudFilesProvider(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.
Public methodCloudFilesProvider(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.
Public methodCloudFilesProvider(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.
Public methodCloudFilesProvider(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.
Public methodCloudFilesProvider(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.
Top
See Also