Home Reference Source Repository
import ElasticsearchBulk from 'schema-mapper-driver-elasticsearch/lib/bulk.js'
public class | source

ElasticsearchBulk

Constructor Summary

Public Constructor
public

constructor(client: *)

Member Summary

Public Members
public

client: *

public

streams: *

Method Summary

Public Methods
public

getReadStream(projectName: *, projectVersion: *): *

public

getWriteStream(projectName: *, projectVersion: *, schemaName: string): *

Public Constructors

public constructor(client: *) source

Params:

NameTypeAttributeDescription
client *

Public Members

public client: * source

public streams: * source

Public Methods

public getReadStream(projectName: *, projectVersion: *): * source

Params:

NameTypeAttributeDescription
projectName *
projectVersion *

Return:

*

public getWriteStream(projectName: *, projectVersion: *, schemaName: string): * source

Params:

NameTypeAttributeDescription
projectName *
projectVersion *
schemaName string
  • optional
  • default:

Return:

*