Show / Hide Table of Contents

Class XPSFileSpec

Spec of input and output files, on external file systems (for example, Colossus Namespace System or Google Cloud Storage).

Inheritance
object
XPSFileSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSFileSpec : IDirectResponseSchema

Properties

DirectoryPath

Deprecated. Use file_spec.

Declaration
[JsonProperty("directoryPath")]
public virtual string DirectoryPath { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileFormat

Declaration
[JsonProperty("fileFormat")]
public virtual string FileFormat { get; set; }
Property Value
Type Description
string

FileSpec

Single file path, or file pattern of format "/path/to/file@shard_count". E.g. /cns/cell-d/somewhere/file@2 is expanded to two files: /cns/cell-d/somewhere/file-00000-of-00002 and /cns/cell-d/somewhere/file-00001-of-00002.

Declaration
[JsonProperty("fileSpec")]
public virtual string FileSpec { get; set; }
Property Value
Type Description
string

SingleFilePath

Deprecated. Use file_spec.

Declaration
[JsonProperty("singleFilePath")]
public virtual string SingleFilePath { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX