ImmutableGridFSBucketOptionsChunkSizeBytes Property |
Gets the chunk size in bytes.
Namespace:
MongoDB.Driver.GridFS
Assembly:
MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public int ChunkSizeBytes { get; }
Public ReadOnly Property ChunkSizeBytes As Integer
Get
member ChunkSizeBytes : int with get
Property Value
Type:
Int32
The chunk size in bytes.
See Also