All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.snowflake.ingest.streaming.internal.IStreamingIngestRequest Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2024 Snowflake Computing Inc. All rights reserved.
 */

package net.snowflake.ingest.streaming.internal;

import com.fasterxml.jackson.annotation.JsonIgnore;

/**
 * The StreamingIngestRequest interface is a marker interface used for type safety in the {@link
 * SnowflakeServiceClient} for streaming ingest API request.
 */
interface IStreamingIngestRequest {
  @JsonIgnore
  String getStringForLogging();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy