AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.

Inheritance Hierarchy

System.Object
  Amazon.Neptunedata.Model.RDFGraphSummary

Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z

Syntax

C#
public class RDFGraphSummary

The RDFGraphSummary type exposes the following members

Constructors

NameDescription
Public Method RDFGraphSummary()

Properties

NameTypeDescription
Public Property Classes System.Collections.Generic.List<System.String>

Gets and sets the property Classes.

A list of the classes in the graph.

Public Property NumClasses System.Int64

Gets and sets the property NumClasses.

The number of classes in the graph.

Public Property NumDistinctPredicates System.Int64

Gets and sets the property NumDistinctPredicates.

The number of distinct predicates in the graph.

Public Property NumDistinctSubjects System.Int64

Gets and sets the property NumDistinctSubjects.

The number of distinct subjects in the graph.

Public Property NumQuads System.Int64

Gets and sets the property NumQuads.

The number of quads in the graph.

Public Property Predicates System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Int64>>

Gets and sets the property Predicates.

"A list of predicates in the graph, along with the predicate counts.

Public Property SubjectStructures System.Collections.Generic.List<Amazon.Neptunedata.Model.SubjectStructure>

Gets and sets the property SubjectStructures.

This field is only present when the request mode is DETAILED. It contains a list of subject structures.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5