Click or drag to resize
CloudFilesProviderDetectContentType Field
The X-Detect-Content-Type header, which specifies that the Object Storage service should automatically assign the content type for the object.

Namespace: net.openstack.Providers.Rackspace
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public const string DetectContentType

Field Value

Type: String
Remarks
The provider may use any algorithm to assign the content type for the object, including but not limited to filename extension analysis and file contents analysis. The resulting content type is not required to accurately reflect the true contents of the file.
Note Note
If this header is set to True, the Content-Type header is ignored.
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also