LocatorBaseCollection Class

Definition

public class LocatorBaseCollection : Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<Microsoft.WindowsAzure.MediaServices.Client.ILocator>
type LocatorBaseCollection = class
    inherit CloudBaseCollection<ILocator>
Public Class LocatorBaseCollection
Inherits CloudBaseCollection(Of ILocator)
Inheritance

Fields

LocatorSet

Properties

ElementType (Inherited from BaseCollection<T>)
Expression (Inherited from BaseCollection<T>)
MediaContext (Inherited from BaseCollection<T>)
Provider (Inherited from BaseCollection<T>)
Queryable (Inherited from CloudBaseCollection<T>)

Methods

CreateLocator(LocatorType, IAsset, IAccessPolicy)
CreateLocator(LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateLocator(String, LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateLocatorAsync(LocatorType, IAsset, IAccessPolicy)
CreateLocatorAsync(LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateLocatorAsync(String, LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateSasLocator(IAsset, IAccessPolicy)
CreateSasLocator(IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateSasLocatorAsync(IAsset, IAccessPolicy)
CreateSasLocatorAsync(IAsset, IAccessPolicy, Nullable<DateTime>, String)
GetEnumerator() (Inherited from BaseCollection<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from BaseCollection<T>)

Extension Methods

AsTableQuery<TElement>(IQueryable<TElement>)

Specifies that a query be returned as a TableQuery object.

Resolve<TElement,TResolved>(IQueryable<TElement>, EntityResolver<TResolved>)

Specifies an entity resolver for the query.

WithContext<TElement>(IQueryable<TElement>, OperationContext)

Specifies an OperationContext for the query.

WithOptions<TElement>(IQueryable<TElement>, TableRequestOptions)

Specifies a set of TableRequestOptions with which the query will be executed.

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to