Table of Contents

Property Seekable

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.GridFS.dll

Seekable

Gets or sets a value indicating whether the returned Stream supports seeking.

public bool? Seekable { get; set; }

Property Value

bool?

true if the returned Stream supports seeking; otherwise, false.