ContentKeyBaseCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class ContentKeyBaseCollection : Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<Microsoft.WindowsAzure.MediaServices.Client.IContentKey>
type ContentKeyBaseCollection = class
inherit CloudBaseCollection<IContentKey>
Public MustInherit Class ContentKeyBaseCollection
Inherits CloudBaseCollection(Of IContentKey)
- Inheritance
- Derived
Fields
ContentKeySet |
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
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from BaseCollection<T>) |
Extension Methods
CountAsync<TSource>(IQueryable<TSource>, CancellationToken) |
Returns the number of elements in a sequence. |
MaxAsync<TSource>(IQueryable<TSource>, CancellationToken) |
Returns the maximum value in a generic System.Linq.IQueryable`1. |
MinAsync<TSource>(IQueryable<TSource>, CancellationToken) |
Returns the minimum value in a generic System.Linq.IQueryable`1. |
ToFeedIterator<T>(IQueryable<T>) |
This extension method gets the FeedIterator from LINQ IQueryable to execute query asynchronously. This will create the fresh new FeedIterator when called. |
ToQueryDefinition<T>(IQueryable<T>) |
This method generate query definition from LINQ query. |
ToStreamIterator<T>(IQueryable<T>) |
This extension method gets the FeedIterator from LINQ IQueryable to execute query asynchronously. This will create the fresh new FeedIterator when called. |
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. |
AsDocumentQuery<T>(IQueryable<T>) |
Converts an IQueryable to IDocumentQuery which supports pagination and asynchronous execution in the Azure Cosmos DB service. |
CountAsync<TSource>(IQueryable<TSource>, CancellationToken) |
Returns the number of elements in a sequence. |
MaxAsync<TSource>(IQueryable<TSource>, CancellationToken) |
Returns the maximum value in a generic System.Linq.IQueryable`1. |
MinAsync<TSource>(IQueryable<TSource>, CancellationToken) |
Returns the minimum value in a generic System.Linq.IQueryable`1. |
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. |