Show / Hide Table of Contents

Struct H5DatasetAccess

A structure which controls how the dataset is accessed. Reference: hdfgroup.org

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public struct H5DatasetAccess

Properties

| Improve this Doc View Source

ChunkCacheFactory

Gets the factory to create the chunk cache. If null, the factory of the ChunkCacheFactory property is used.

Declaration
public Func<IChunkCache> ChunkCacheFactory { readonly get; set; }
Property Value
Type Description
System.Func<IChunkCache>
| Improve this Doc View Source

ExternalFilePrefix

Gets the external dataset storage file prefix. Reference: hdfgroup.org.

Declaration
public string ExternalFilePrefix { readonly get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms