Class ConfigIterator
Inheritance
ConfigIterator
Assembly: TileDB.CSharp.dll
Syntax
[Obsolete("ConfigIterator is obsolete. Directly enumerate a Config or call its EnumerateOptions method instead.", DiagnosticId = "TILEDB0015", UrlFormat = "https://tiledb-inc.github.io/TileDB-CSharp/obsoletions.html#{0}")]
public sealed class ConfigIterator : IDisposable
Methods
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
Edit this page
View Source
Done()
Declaration
Returns
|
Edit this page
View Source
Here()
Declaration
public Tuple<string, string> Here()
Returns
|
Edit this page
View Source
Next()
Declaration
|
Edit this page
View Source
Reset(string)
Declaration
public void Reset(string prefix)
Parameters
Type |
Name |
Description |
string |
prefix |
|
Implements