CSVFileMetadata: CSVFileMetadata

CSVFileMetadataR Documentation

CSVFileMetadata

Description

CSVFileMetadata

CSVFileMetadata

Format

R6Class object, super class FileMetadata.

Super classes

tercenApi::Base -> tercenApi::FileMetadata -> CSVFileMetadata

Public fields

contentType

of type String inherited from super class FileMetadata.

cacheControl

of type String inherited from super class FileMetadata.

contentEncoding

of type String inherited from super class FileMetadata.

contentLanguage

of type String inherited from super class FileMetadata.

md5Hash

of type String inherited from super class FileMetadata.

separator

of type String.

quote

of type String.

headers

of type bool.

Active bindings

contentType

of type String inherited from super class FileMetadata.

cacheControl

of type String inherited from super class FileMetadata.

contentEncoding

of type String inherited from super class FileMetadata.

contentLanguage

of type String inherited from super class FileMetadata.

md5Hash

of type String inherited from super class FileMetadata.

Methods

Public methods

Inherited methods

Method new()

Usage
CSVFileMetadata$new(json = NULL)

Method init()

Usage
CSVFileMetadata$init()

Method initJson()

Usage
CSVFileMetadata$initJson(json)

Method toTson()

Usage
CSVFileMetadata$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
CSVFileMetadata$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.