Show / Hide Table of Contents

Class File

Inheritance
object
File
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
[Obsolete("File is obsolete and will be removed in a future version.", DiagnosticId = "TILEDB0016", UrlFormat = "https://tiledb-inc.github.io/TileDB-CSharp/obsoletions.html#{0}")]
public sealed class File

Constructors

| Edit this page View Source

File(Context)

Declaration
public File(Context ctx)
Parameters
Type Name Description
Context ctx

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
Type Name Description
string arrayURI
ulong offset
ulong size
Returns
Type Description
T
Type Parameters
Name Description
T
| 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 Name Description
string arrayURI
T value
ulong size
MIMEType mimeType
Type Parameters
Name Description
T
| Edit this page View Source

SchemaCreate(string)

Declaration
public ArraySchema SchemaCreate(string uri)
Parameters
Type Name Description
string uri
Returns
Type Description
ArraySchema
| Edit this page View Source

Size(string)

Declaration
public ulong Size(string arrayURI)
Parameters
Type Name Description
string arrayURI
Returns
Type Description
ulong
| Edit this page View Source

URIExport(string, string)

Declaration
public void URIExport(string fileURI, string arrayURI)
Parameters
Type Name Description
string fileURI
string arrayURI
| Edit this page View Source

URIImport(string, string, MIMEType)

Declaration
public void URIImport(string arrayURI, string fileURI, MIMEType mimeType)
Parameters
Type Name Description
string arrayURI
string fileURI
MIMEType mimeType
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.