London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BlobInfo

Inheritance
System.Object
BlobInfo
Implements
System.ICloneable
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: Mediachase.BusinessFoundation.Blob
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class BlobInfo : ICloneable

Constructors

BlobInfo()

Declaration
public BlobInfo()

BlobInfo(Guid)

Initializes a new instance of the BlobInfo class.

Declaration
public BlobInfo(Guid uid)
Parameters
Type Name Description
System.Guid uid

The uid.

Properties

AllowSearch

Gets or sets a value indicating whether [allow search].

Declaration
public bool AllowSearch { get; set; }
Property Value
Type Description
System.Boolean

true if [allow search]; otherwise, false.

ContentSize

Gets the size of the content.

Declaration
public long ContentSize { get; set; }
Property Value
Type Description
System.Int64

The size of the content.

ContentType

Gets or sets the type of the content.

Declaration
public string ContentType { get; set; }
Property Value
Type Description
System.String

The type of the content.

Created

Gets or sets the created.

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

The created.

FileName

Gets or sets the name of the file.

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String

The name of the file.

OwnerKey

Gets or sets the owner key.

Declaration
public string OwnerKey { get; set; }
Property Value
Type Description
System.String

The owner key.

OwnerType

Gets or sets the type of the owner.

Declaration
public string OwnerType { get; set; }
Property Value
Type Description
System.String

The type of the owner.

Provider

Gets or sets the provider.

Declaration
public string Provider { get; set; }
Property Value
Type Description
System.String

The provider.

Uid

Gets the uid.

Declaration
public Guid Uid { get; set; }
Property Value
Type Description
System.Guid

The uid.

Methods

Clone()

Declaration
public object Clone()
Returns
Type Description
System.Object

Implements

System.ICloneable