
commonMain.aws.sdk.kotlin.services.neptunedata.model.PropertygraphSummary.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.neptunedata.model
import aws.smithy.kotlin.runtime.SdkDsl
/**
* The graph summary API returns a read-only list of node and edge labels and property keys, along with counts of nodes, edges, and properties. See [Graph summary response for a property graph (PG)](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-graph-summary.html#neptune-graph-summary-pg-response).
*/
public class PropertygraphSummary private constructor(builder: Builder) {
/**
* A list of the distinct edge labels in the graph.
*/
public val edgeLabels: List? = builder.edgeLabels
/**
* A list of the distinct edge properties in the graph, along with the count of edges where each property is used.
*/
public val edgeProperties: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy