OBJECT

FilesetSnapshotVerbose

Description

Supported in v5.0+

link GraphQL Schema definition

  • type FilesetSnapshotVerbose {
  • # Required. Supported in v5.0+
  • # Whether or not the fileset snapshot has fingerprint info.
  • hasFingerprint: Boolean!
  • # Required. Supported in v5.0+
  • # List a partition paths for the fileset snapshot.
  • partitionPaths: [String!]!
  • }