Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class BlobDB

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
BlobDB
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(BlobDB), IncludeServiceAccessor = false)]
public class BlobDB

Constructors

BlobDB(ServiceAccessor<IDatabaseExecutor>)

Declaration
public BlobDB(ServiceAccessor<IDatabaseExecutor> databaseExecutorAccessor)
Parameters
Type Name Description
ServiceAccessor<IDatabaseExecutor> databaseExecutorAccessor

Methods

DeletePendingBlobUris(IEnumerable<Int64>)

Declaration
public virtual void DeletePendingBlobUris(IEnumerable<long> processedIds)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Int64> processedIds

InsertPendingDeletedBlobUri(Uri, ContentReference)

Declaration
public virtual void InsertPendingDeletedBlobUri(Uri blobUri, ContentReference contentVersion)
Parameters
Type Name Description
System.Uri blobUri
ContentReference contentVersion

ListPendingDeletingBlobUris(Int32)

Declaration
public virtual IList<PendingBlobUriReference> ListPendingDeletingBlobUris(int maxCount)
Parameters
Type Name Description
System.Int32 maxCount
Returns
Type Description
System.Collections.Generic.IList<PendingBlobUriReference>

ListVersionsForBlobUris(IEnumerable<Uri>)

Declaration
public virtual IEnumerable<BlobUriReference> ListVersionsForBlobUris(IEnumerable<Uri> blobUris)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Uri> blobUris
Returns
Type Description
System.Collections.Generic.IEnumerable<BlobUriReference>

Extension Methods