EntityDescriptor.StreamDescriptors Property
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.
Returns a collection of named binary data streams that belong to the entity.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.StreamDescriptor> StreamDescriptors { get; }
member this.StreamDescriptors : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.StreamDescriptor>
Public ReadOnly Property StreamDescriptors As ReadOnlyCollection(Of StreamDescriptor)
Property Value
A ReadOnlyCollection<T> of StreamDescriptor objects that are the named binary data streams that belong to the entity.