SPRemoteBlobStorageSettings members
For internal use only.
The SPRemoteBlobStorageSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRemoteBlobStorageSettings | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
ActiveProviderName | The name of the SQL Remote Blob Storage provider new files will be stored in. This will be null if new files will not be stored using SQL Remote Blob storage. | |
Enabled | Allocates resources required to use Remote Blob Storage. | |
MinimumBlobStorageSize | Minimum size a blob may be to be considered storage worthy. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Disable | Frees resources required to use Remote Blob Storage. | |
Enable | Allocates resources required to use Remote Blob Storage. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetProviderNames | Lists the names of the SQL Remote Blob Storage providers registered on the content database. | |
GetType | (Inherited from Object.) | |
Installed | Checks to see if SQL Remote Blob Storage is installed on the content database, updating the value of the Installed property if needed. | |
MemberwiseClone | (Inherited from Object.) | |
Migrate | Finds content in a non-default storage location and moves it to the default. | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
SetActiveProviderName | Sets the name of the SQL Remote Blob Storage provider to use. This must be one of the names listed by GetProviderNames() or null. | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top