Class File
Assembly: TileDB.CSharp.dll
Syntax
Constructors
|
Edit this page
View Source
File(Context)
Declaration
Parameters
Methods
|
Edit this page
View Source
BufferExport<T>(string, ulong, ulong)
Declaration
public T BufferExport<T>(string arrayURI, ulong offset, ulong size) where T : struct
Parameters
Returns
Type Parameters
|
Edit this page
View Source
BufferImport<T>(string, T, ulong, MIMEType)
Declaration
public void BufferImport<T>(string arrayURI, T value, ulong size, MIMEType mimeType) where T : struct
Parameters
Type Parameters
|
Edit this page
View Source
SchemaCreate(string)
Declaration
public ArraySchema SchemaCreate(string uri)
Parameters
Type |
Name |
Description |
string |
uri |
|
Returns
|
Edit this page
View Source
Size(string)
Declaration
public ulong Size(string arrayURI)
Parameters
Type |
Name |
Description |
string |
arrayURI |
|
Returns
|
Edit this page
View Source
URIExport(string, string)
Declaration
public void URIExport(string fileURI, string arrayURI)
Parameters
|
Edit this page
View Source
URIImport(string, string, MIMEType)
Declaration
public void URIImport(string arrayURI, string fileURI, MIMEType mimeType)
Parameters